@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UnassignIpv6AddressesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
UnassignIpv6AddressesResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
UnassignIpv6AddressesResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getNetworkInterfaceId()
 The ID of the network interface. 
 | 
List<String> | 
getUnassignedIpv6Addresses()
 The IPv6 addresses that have been unassigned from the network interface. 
 | 
List<String> | 
getUnassignedIpv6Prefixes()
 The IPv4 prefixes that have been unassigned from the network interface. 
 | 
int | 
hashCode()  | 
void | 
setNetworkInterfaceId(String networkInterfaceId)
 The ID of the network interface. 
 | 
void | 
setUnassignedIpv6Addresses(Collection<String> unassignedIpv6Addresses)
 The IPv6 addresses that have been unassigned from the network interface. 
 | 
void | 
setUnassignedIpv6Prefixes(Collection<String> unassignedIpv6Prefixes)
 The IPv4 prefixes that have been unassigned from the network interface. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
UnassignIpv6AddressesResult | 
withNetworkInterfaceId(String networkInterfaceId)
 The ID of the network interface. 
 | 
UnassignIpv6AddressesResult | 
withUnassignedIpv6Addresses(Collection<String> unassignedIpv6Addresses)
 The IPv6 addresses that have been unassigned from the network interface. 
 | 
UnassignIpv6AddressesResult | 
withUnassignedIpv6Addresses(String... unassignedIpv6Addresses)
 The IPv6 addresses that have been unassigned from the network interface. 
 | 
UnassignIpv6AddressesResult | 
withUnassignedIpv6Prefixes(Collection<String> unassignedIpv6Prefixes)
 The IPv4 prefixes that have been unassigned from the network interface. 
 | 
UnassignIpv6AddressesResult | 
withUnassignedIpv6Prefixes(String... unassignedIpv6Prefixes)
 The IPv4 prefixes that have been unassigned from 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 UnassignIpv6AddressesResult withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
networkInterfaceId - The ID of the network interface.public List<String> getUnassignedIpv6Addresses()
The IPv6 addresses that have been unassigned from the network interface.
public void setUnassignedIpv6Addresses(Collection<String> unassignedIpv6Addresses)
The IPv6 addresses that have been unassigned from the network interface.
unassignedIpv6Addresses - The IPv6 addresses that have been unassigned from the network interface.public UnassignIpv6AddressesResult withUnassignedIpv6Addresses(String... unassignedIpv6Addresses)
The IPv6 addresses that have been unassigned from the network interface.
 NOTE: This method appends the values to the existing list (if any). Use
 setUnassignedIpv6Addresses(java.util.Collection) or
 withUnassignedIpv6Addresses(java.util.Collection) if you want to override the existing values.
 
unassignedIpv6Addresses - The IPv6 addresses that have been unassigned from the network interface.public UnassignIpv6AddressesResult withUnassignedIpv6Addresses(Collection<String> unassignedIpv6Addresses)
The IPv6 addresses that have been unassigned from the network interface.
unassignedIpv6Addresses - The IPv6 addresses that have been unassigned from the network interface.public List<String> getUnassignedIpv6Prefixes()
The IPv4 prefixes that have been unassigned from the network interface.
public void setUnassignedIpv6Prefixes(Collection<String> unassignedIpv6Prefixes)
The IPv4 prefixes that have been unassigned from the network interface.
unassignedIpv6Prefixes - The IPv4 prefixes that have been unassigned from the network interface.public UnassignIpv6AddressesResult withUnassignedIpv6Prefixes(String... unassignedIpv6Prefixes)
The IPv4 prefixes that have been unassigned from the network interface.
 NOTE: This method appends the values to the existing list (if any). Use
 setUnassignedIpv6Prefixes(java.util.Collection) or
 withUnassignedIpv6Prefixes(java.util.Collection) if you want to override the existing values.
 
unassignedIpv6Prefixes - The IPv4 prefixes that have been unassigned from the network interface.public UnassignIpv6AddressesResult withUnassignedIpv6Prefixes(Collection<String> unassignedIpv6Prefixes)
The IPv4 prefixes that have been unassigned from the network interface.
unassignedIpv6Prefixes - The IPv4 prefixes that have been unassigned from the network interface.public String toString()
toString in class ObjectObject.toString()public UnassignIpv6AddressesResult clone()