@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.
We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide.
| 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, waitcopypublic final 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().
MoveStatuspublic final 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().
MoveStatuspublic final 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.