@Generated(value="software.amazon.awssdk:codegen") public final class R53HostedZoneDeletionState extends Object implements SdkPojo, Serializable, ToCopyableBuilder<R53HostedZoneDeletionState.Builder,R53HostedZoneDeletionState>
Describes the deletion state of an Amazon RouteĀ 53 hosted zone for a domain that is being automatically delegated to an Amazon Lightsail DNS zone.
| Modifier and Type | Class and Description |
|---|---|
static interface |
R53HostedZoneDeletionState.Builder |
| Modifier and Type | Method and Description |
|---|---|
static R53HostedZoneDeletionState.Builder |
builder() |
R53HostedZoneDeletionStateCode |
code()
The status code for the deletion state.
|
String |
codeAsString()
The status code for the deletion state.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
The message that describes the reason for the status code.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends R53HostedZoneDeletionState.Builder> |
serializableBuilderClass() |
R53HostedZoneDeletionState.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final R53HostedZoneDeletionStateCode code()
The status code for the deletion state.
Following are the possible values:
SUCCEEDED - The hosted zone was successfully deleted.
PENDING - The hosted zone deletion is in progress.
FAILED - The hosted zone deletion failed.
STARTED - The hosted zone deletion started.
If the service returns an enum value that is not available in the current SDK version, code will return
R53HostedZoneDeletionStateCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from codeAsString().
Following are the possible values:
SUCCEEDED - The hosted zone was successfully deleted.
PENDING - The hosted zone deletion is in progress.
FAILED - The hosted zone deletion failed.
STARTED - The hosted zone deletion started.
R53HostedZoneDeletionStateCodepublic final String codeAsString()
The status code for the deletion state.
Following are the possible values:
SUCCEEDED - The hosted zone was successfully deleted.
PENDING - The hosted zone deletion is in progress.
FAILED - The hosted zone deletion failed.
STARTED - The hosted zone deletion started.
If the service returns an enum value that is not available in the current SDK version, code will return
R53HostedZoneDeletionStateCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from codeAsString().
Following are the possible values:
SUCCEEDED - The hosted zone was successfully deleted.
PENDING - The hosted zone deletion is in progress.
FAILED - The hosted zone deletion failed.
STARTED - The hosted zone deletion started.
R53HostedZoneDeletionStateCodepublic final String message()
The message that describes the reason for the status code.
public R53HostedZoneDeletionState.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<R53HostedZoneDeletionState.Builder,R53HostedZoneDeletionState>public static R53HostedZoneDeletionState.Builder builder()
public static Class<? extends R53HostedZoneDeletionState.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.