public class DescribeVirtualInterfacesResult extends Object implements Serializable
A structure containing a list of virtual interfaces.
Constructor and Description |
---|
DescribeVirtualInterfacesResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<VirtualInterface> |
getVirtualInterfaces()
A list of virtual interfaces.
|
int |
hashCode() |
void |
setVirtualInterfaces(Collection<VirtualInterface> virtualInterfaces)
A list of virtual interfaces.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeVirtualInterfacesResult |
withVirtualInterfaces(Collection<VirtualInterface> virtualInterfaces)
A list of virtual interfaces.
|
DescribeVirtualInterfacesResult |
withVirtualInterfaces(VirtualInterface... virtualInterfaces)
A list of virtual interfaces.
|
public List<VirtualInterface> getVirtualInterfaces()
public void setVirtualInterfaces(Collection<VirtualInterface> virtualInterfaces)
virtualInterfaces
- A list of virtual interfaces.public DescribeVirtualInterfacesResult withVirtualInterfaces(VirtualInterface... virtualInterfaces)
Returns a reference to this object so that method calls can be chained together.
virtualInterfaces
- A list of virtual interfaces.public DescribeVirtualInterfacesResult withVirtualInterfaces(Collection<VirtualInterface> virtualInterfaces)
Returns a reference to this object so that method calls can be chained together.
virtualInterfaces
- A list of virtual interfaces.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.