@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeNetworkInterfacesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of DescribeNetworkInterfaces.
| Constructor and Description |
|---|
DescribeNetworkInterfacesResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeNetworkInterfacesResult |
clone() |
boolean |
equals(Object obj) |
List<NetworkInterface> |
getNetworkInterfaces()
Information about one or more network interfaces.
|
int |
hashCode() |
void |
setNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
Information about one or more network interfaces.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeNetworkInterfacesResult |
withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
Information about one or more network interfaces.
|
DescribeNetworkInterfacesResult |
withNetworkInterfaces(NetworkInterface... networkInterfaces)
Information about one or more network interfaces.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<NetworkInterface> getNetworkInterfaces()
Information about one or more network interfaces.
public void setNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
Information about one or more network interfaces.
networkInterfaces - Information about one or more network interfaces.public DescribeNetworkInterfacesResult withNetworkInterfaces(NetworkInterface... networkInterfaces)
Information about one or more network interfaces.
NOTE: This method appends the values to the existing list (if any). Use
setNetworkInterfaces(java.util.Collection) or withNetworkInterfaces(java.util.Collection) if
you want to override the existing values.
networkInterfaces - Information about one or more network interfaces.public DescribeNetworkInterfacesResult withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
Information about one or more network interfaces.
networkInterfaces - Information about one or more network interfaces.public String toString()
toString in class ObjectObject.toString()public DescribeNetworkInterfacesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.