@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeVirtualInterfacesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A structure containing a list of virtual interfaces.
Constructor and Description |
---|
DescribeVirtualInterfacesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeVirtualInterfacesResult |
clone() |
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<VirtualInterface> getVirtualInterfaces()
A list of virtual interfaces.
public void setVirtualInterfaces(Collection<VirtualInterface> virtualInterfaces)
A list of virtual interfaces.
virtualInterfaces
- A list of virtual interfaces.public DescribeVirtualInterfacesResult withVirtualInterfaces(VirtualInterface... virtualInterfaces)
A list of virtual interfaces.
NOTE: This method appends the values to the existing list (if any). Use
setVirtualInterfaces(java.util.Collection)
or withVirtualInterfaces(java.util.Collection)
if
you want to override the existing values.
virtualInterfaces
- A list of virtual interfaces.public DescribeVirtualInterfacesResult withVirtualInterfaces(Collection<VirtualInterface> virtualInterfaces)
A list of virtual interfaces.
virtualInterfaces
- A list of virtual interfaces.public String toString()
toString
in class Object
Object.toString()
public DescribeVirtualInterfacesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.