@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 new IPv6 addresses assigned to the network interface.
|
List<String> |
getAssignedIpv6Prefixes()
The IPv6 prefixes that are assigned to the network interface.
|
String |
getNetworkInterfaceId()
The ID of the network interface.
|
int |
hashCode() |
void |
setAssignedIpv6Addresses(Collection<String> assignedIpv6Addresses)
The new IPv6 addresses assigned to the network interface.
|
void |
setAssignedIpv6Prefixes(Collection<String> assignedIpv6Prefixes)
The IPv6 prefixes that are assigned to the network interface.
|
void |
setNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
String |
toString()
Returns a string representation of this object.
|
AssignIpv6AddressesResult |
withAssignedIpv6Addresses(Collection<String> assignedIpv6Addresses)
The new IPv6 addresses assigned to the network interface.
|
AssignIpv6AddressesResult |
withAssignedIpv6Addresses(String... assignedIpv6Addresses)
The new IPv6 addresses assigned to the network interface.
|
AssignIpv6AddressesResult |
withAssignedIpv6Prefixes(Collection<String> assignedIpv6Prefixes)
The IPv6 prefixes that are assigned to the network interface.
|
AssignIpv6AddressesResult |
withAssignedIpv6Prefixes(String... assignedIpv6Prefixes)
The IPv6 prefixes that are assigned to the network interface.
|
AssignIpv6AddressesResult |
withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getAssignedIpv6Addresses()
The new IPv6 addresses assigned to the network interface. Existing IPv6 addresses that were assigned to the network interface before the request are not included.
public void setAssignedIpv6Addresses(Collection<String> assignedIpv6Addresses)
The new IPv6 addresses assigned to the network interface. Existing IPv6 addresses that were assigned to the network interface before the request are not included.
assignedIpv6Addresses
- The new IPv6 addresses assigned to the network interface. Existing IPv6 addresses that were assigned to
the network interface before the request are not included.public AssignIpv6AddressesResult withAssignedIpv6Addresses(String... assignedIpv6Addresses)
The new IPv6 addresses assigned to the network interface. Existing IPv6 addresses that were assigned to the network interface before the request are not included.
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 new IPv6 addresses assigned to the network interface. Existing IPv6 addresses that were assigned to
the network interface before the request are not included.public AssignIpv6AddressesResult withAssignedIpv6Addresses(Collection<String> assignedIpv6Addresses)
The new IPv6 addresses assigned to the network interface. Existing IPv6 addresses that were assigned to the network interface before the request are not included.
assignedIpv6Addresses
- The new IPv6 addresses assigned to the network interface. Existing IPv6 addresses that were assigned to
the network interface before the request are not included.public List<String> getAssignedIpv6Prefixes()
The IPv6 prefixes that are assigned to the network interface.
public void setAssignedIpv6Prefixes(Collection<String> assignedIpv6Prefixes)
The IPv6 prefixes that are assigned to the network interface.
assignedIpv6Prefixes
- The IPv6 prefixes that are assigned to the network interface.public AssignIpv6AddressesResult withAssignedIpv6Prefixes(String... assignedIpv6Prefixes)
The IPv6 prefixes that are assigned to the network interface.
NOTE: This method appends the values to the existing list (if any). Use
setAssignedIpv6Prefixes(java.util.Collection)
or withAssignedIpv6Prefixes(java.util.Collection)
if you want to override the existing values.
assignedIpv6Prefixes
- The IPv6 prefixes that are assigned to the network interface.public AssignIpv6AddressesResult withAssignedIpv6Prefixes(Collection<String> assignedIpv6Prefixes)
The IPv6 prefixes that are assigned to the network interface.
assignedIpv6Prefixes
- The IPv6 prefixes that are assigned to the network interface.public 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 String toString()
toString
in class Object
Object.toString()
public AssignIpv6AddressesResult clone()