@Generated(value="software.amazon.awssdk:codegen") public final class MovingAddressStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MovingAddressStatus.Builder,MovingAddressStatus>
Describes the status of a moving Elastic IP address.
Modifier and Type | Class and Description |
---|---|
static interface |
MovingAddressStatus.Builder |
Modifier and Type | Method and Description |
---|---|
static MovingAddressStatus.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
MoveStatus |
moveStatus()
The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic
platform.
|
String |
moveStatusAsString()
The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic
platform.
|
String |
publicIp()
The Elastic IP address.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MovingAddressStatus.Builder> |
serializableBuilderClass() |
MovingAddressStatus.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public MoveStatus moveStatus()
The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.
If the service returns an enum value that is not available in the current SDK version, moveStatus
will
return MoveStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
moveStatusAsString()
.
MoveStatus
public String moveStatusAsString()
The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.
If the service returns an enum value that is not available in the current SDK version, moveStatus
will
return MoveStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
moveStatusAsString()
.
MoveStatus
public String publicIp()
The Elastic IP address.
public MovingAddressStatus.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<MovingAddressStatus.Builder,MovingAddressStatus>
public static MovingAddressStatus.Builder builder()
public static Class<? extends MovingAddressStatus.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.