@Generated(value="software.amazon.awssdk:codegen") public final class UnassignIpv6AddressesResponse extends Ec2Response implements 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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasUnassignedIpv6Addresses()
Returns true if the UnassignedIpv6Addresses property was specified by the sender (it may be empty), or false if
the sender did not specify the value (it will be empty).
|
String |
networkInterfaceId()
The ID of the network interface.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UnassignIpv6AddressesResponse.Builder> |
serializableBuilderClass() |
UnassignIpv6AddressesResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<String> |
unassignedIpv6Addresses()
The IPv6 addresses that have been unassigned from the network interface.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String networkInterfaceId()
The ID of the network interface.
public boolean hasUnassignedIpv6Addresses()
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.
You can use hasUnassignedIpv6Addresses() to see if a value was sent in this field.
public UnassignIpv6AddressesResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UnassignIpv6AddressesResponse.Builder,UnassignIpv6AddressesResponse>toBuilder in class AwsResponsepublic static UnassignIpv6AddressesResponse.Builder builder()
public static Class<? extends UnassignIpv6AddressesResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.