@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UnassignIpv6AddressesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<UnassignIpv6AddressesRequest>
NOOP
Constructor and Description |
---|
UnassignIpv6AddressesRequest() |
Modifier and Type | Method and Description |
---|---|
UnassignIpv6AddressesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<UnassignIpv6AddressesRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<String> |
getIpv6Addresses()
The IPv6 addresses to unassign from the network interface.
|
String |
getNetworkInterfaceId()
The ID of the network interface.
|
int |
hashCode() |
void |
setIpv6Addresses(Collection<String> ipv6Addresses)
The IPv6 addresses to unassign from 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.
|
UnassignIpv6AddressesRequest |
withIpv6Addresses(Collection<String> ipv6Addresses)
The IPv6 addresses to unassign from the network interface.
|
UnassignIpv6AddressesRequest |
withIpv6Addresses(String... ipv6Addresses)
The IPv6 addresses to unassign from the network interface.
|
UnassignIpv6AddressesRequest |
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 List<String> getIpv6Addresses()
The IPv6 addresses to unassign from the network interface.
public void setIpv6Addresses(Collection<String> ipv6Addresses)
The IPv6 addresses to unassign from the network interface.
ipv6Addresses
- The IPv6 addresses to unassign from the network interface.public UnassignIpv6AddressesRequest withIpv6Addresses(String... ipv6Addresses)
The IPv6 addresses to unassign from the network interface.
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
- The IPv6 addresses to unassign from the network interface.public UnassignIpv6AddressesRequest withIpv6Addresses(Collection<String> ipv6Addresses)
The IPv6 addresses to unassign from the network interface.
ipv6Addresses
- The IPv6 addresses to unassign from 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 UnassignIpv6AddressesRequest withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
networkInterfaceId
- The ID of the network interface.public Request<UnassignIpv6AddressesRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<UnassignIpv6AddressesRequest>
public String toString()
toString
in class Object
Object.toString()
public UnassignIpv6AddressesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.