@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssignIpv6AddressesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<AssignIpv6AddressesRequest>
NOOP
Constructor and Description |
---|
AssignIpv6AddressesRequest() |
Modifier and Type | Method and Description |
---|---|
AssignIpv6AddressesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<AssignIpv6AddressesRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
Integer |
getIpv6AddressCount()
The number of IPv6 addresses to assign to the network interface.
|
List<String> |
getIpv6Addresses()
One or more specific IPv6 addresses to be assigned to the network interface.
|
String |
getNetworkInterfaceId()
The ID of the network interface.
|
int |
hashCode() |
void |
setIpv6AddressCount(Integer ipv6AddressCount)
The number of IPv6 addresses to assign to the network interface.
|
void |
setIpv6Addresses(Collection<String> ipv6Addresses)
One or more specific IPv6 addresses to be 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.
|
AssignIpv6AddressesRequest |
withIpv6AddressCount(Integer ipv6AddressCount)
The number of IPv6 addresses to assign to the network interface.
|
AssignIpv6AddressesRequest |
withIpv6Addresses(Collection<String> ipv6Addresses)
One or more specific IPv6 addresses to be assigned to the network interface.
|
AssignIpv6AddressesRequest |
withIpv6Addresses(String... ipv6Addresses)
One or more specific IPv6 addresses to be assigned to the network interface.
|
AssignIpv6AddressesRequest |
withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setIpv6AddressCount(Integer ipv6AddressCount)
The number of IPv6 addresses to assign to the network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You can't use this option if specifying specific IPv6 addresses.
ipv6AddressCount
- The number of IPv6 addresses to assign to the network interface. Amazon EC2 automatically selects the IPv6
addresses from the subnet range. You can't use this option if specifying specific IPv6 addresses.public Integer getIpv6AddressCount()
The number of IPv6 addresses to assign to the network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You can't use this option if specifying specific IPv6 addresses.
public AssignIpv6AddressesRequest withIpv6AddressCount(Integer ipv6AddressCount)
The number of IPv6 addresses to assign to the network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You can't use this option if specifying specific IPv6 addresses.
ipv6AddressCount
- The number of IPv6 addresses to assign to the network interface. Amazon EC2 automatically selects the IPv6
addresses from the subnet range. You can't use this option if specifying specific IPv6 addresses.public List<String> getIpv6Addresses()
One or more specific IPv6 addresses to be assigned to the network interface. You can't use this option if you're specifying a number of IPv6 addresses.
public void setIpv6Addresses(Collection<String> ipv6Addresses)
One or more specific IPv6 addresses to be assigned to the network interface. You can't use this option if you're specifying a number of IPv6 addresses.
ipv6Addresses
- One or more specific IPv6 addresses to be assigned to the network interface. You can't use this option if
you're specifying a number of IPv6 addresses.public AssignIpv6AddressesRequest withIpv6Addresses(String... ipv6Addresses)
One or more specific IPv6 addresses to be assigned to the network interface. You can't use this option if you're specifying a number of IPv6 addresses.
NOTE: This method appends the values to the existing list (if any). Use
setIpv6Addresses(java.util.Collection)
or withIpv6Addresses(java.util.Collection)
if you want
to override the existing values.
ipv6Addresses
- One or more specific IPv6 addresses to be assigned to the network interface. You can't use this option if
you're specifying a number of IPv6 addresses.public AssignIpv6AddressesRequest withIpv6Addresses(Collection<String> ipv6Addresses)
One or more specific IPv6 addresses to be assigned to the network interface. You can't use this option if you're specifying a number of IPv6 addresses.
ipv6Addresses
- One or more specific IPv6 addresses to be assigned to the network interface. You can't use this option if
you're specifying a number of IPv6 addresses.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 AssignIpv6AddressesRequest withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
networkInterfaceId
- The ID of the network interface.public Request<AssignIpv6AddressesRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<AssignIpv6AddressesRequest>
public String toString()
toString
in class Object
Object.toString()
public AssignIpv6AddressesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.