@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssignIpv6AddressesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
AssignIpv6AddressesResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
AssignIpv6AddressesResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
List<String> | 
getAssignedIpv6Addresses()
 The IPv6 addresses assigned to the network interface. 
 | 
String | 
getNetworkInterfaceId()
 The ID of the network interface. 
 | 
int | 
hashCode()  | 
void | 
setAssignedIpv6Addresses(Collection<String> assignedIpv6Addresses)
 The IPv6 addresses assigned to the network interface. 
 | 
void | 
setNetworkInterfaceId(String networkInterfaceId)
 The ID of the network interface. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and debugging. 
 | 
AssignIpv6AddressesResult | 
withAssignedIpv6Addresses(Collection<String> assignedIpv6Addresses)
 The IPv6 addresses assigned to the network interface. 
 | 
AssignIpv6AddressesResult | 
withAssignedIpv6Addresses(String... assignedIpv6Addresses)
 The IPv6 addresses assigned to the network interface. 
 | 
AssignIpv6AddressesResult | 
withNetworkInterfaceId(String networkInterfaceId)
 The ID of the network interface. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
networkInterfaceId - The ID of the network interface.public String getNetworkInterfaceId()
The ID of the network interface.
public AssignIpv6AddressesResult withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
networkInterfaceId - The ID of the network interface.public List<String> getAssignedIpv6Addresses()
The IPv6 addresses assigned to the network interface.
public void setAssignedIpv6Addresses(Collection<String> assignedIpv6Addresses)
The IPv6 addresses assigned to the network interface.
assignedIpv6Addresses - The IPv6 addresses assigned to the network interface.public AssignIpv6AddressesResult withAssignedIpv6Addresses(String... assignedIpv6Addresses)
The IPv6 addresses assigned to the network interface.
 NOTE: This method appends the values to the existing list (if any). Use
 setAssignedIpv6Addresses(java.util.Collection) or
 withAssignedIpv6Addresses(java.util.Collection) if you want to override the existing values.
 
assignedIpv6Addresses - The IPv6 addresses assigned to the network interface.public AssignIpv6AddressesResult withAssignedIpv6Addresses(Collection<String> assignedIpv6Addresses)
The IPv6 addresses assigned to the network interface.
assignedIpv6Addresses - The IPv6 addresses assigned to the network interface.public String toString()
toString in class ObjectObject.toString()public AssignIpv6AddressesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.