@Generated(value="software.amazon.awssdk:codegen") public class UnassignIpv6AddressesRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<UnassignIpv6AddressesRequest.Builder,UnassignIpv6AddressesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UnassignIpv6AddressesRequest.Builder |
NOOP| Modifier and Type | Method and Description |
|---|---|
static UnassignIpv6AddressesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
List<String> |
ipv6Addresses()
The IPv6 addresses to unassign from the network interface.
|
String |
networkInterfaceId()
The ID of the network interface.
|
static Class<? extends UnassignIpv6AddressesRequest.Builder> |
serializableBuilderClass() |
UnassignIpv6AddressesRequest.Builder |
toBuilder() |
String |
toString() |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic List<String> ipv6Addresses()
The IPv6 addresses to unassign from the network interface.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String networkInterfaceId()
The ID of the network interface.
public UnassignIpv6AddressesRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<UnassignIpv6AddressesRequest.Builder,UnassignIpv6AddressesRequest>public static UnassignIpv6AddressesRequest.Builder builder()
public static Class<? extends UnassignIpv6AddressesRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.