@Generated(value="software.amazon.awssdk:codegen") public class UnassignIpv6AddressesResponse extends EC2Response implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<UnassignIpv6AddressesResponse.Builder,UnassignIpv6AddressesResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UnassignIpv6AddressesResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UnassignIpv6AddressesResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
networkInterfaceId()
The ID of the network interface.
|
static Class<? extends UnassignIpv6AddressesResponse.Builder> |
serializableBuilderClass() |
UnassignIpv6AddressesResponse.Builder |
toBuilder() |
String |
toString() |
List<String> |
unassignedIpv6Addresses()
The IPv6 addresses that have been unassigned from the network interface.
|
public String networkInterfaceId()
The ID of the network interface.
public List<String> unassignedIpv6Addresses()
The IPv6 addresses that have been unassigned from the network interface.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public UnassignIpv6AddressesResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<UnassignIpv6AddressesResponse.Builder,UnassignIpv6AddressesResponse>toBuilder in class AwsResponsepublic static UnassignIpv6AddressesResponse.Builder builder()
public static Class<? extends UnassignIpv6AddressesResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2017. All rights reserved.