@Generated(value="software.amazon.awssdk:codegen") public final class GetOperationDetailResponse extends Route53DomainsResponse implements ToCopyableBuilder<GetOperationDetailResponse.Builder,GetOperationDetailResponse>
The GetOperationDetail response includes the following elements.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetOperationDetailResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetOperationDetailResponse.Builder |
builder() |
String |
domainName()
The name of a domain.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedDate()
The date when the operation was last updated.
|
String |
message()
Detailed information on the status including possible errors.
|
String |
operationId()
The identifier for the operation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetOperationDetailResponse.Builder> |
serializableBuilderClass() |
OperationStatus |
status()
The current status of the requested operation in the system.
|
String |
statusAsString()
The current status of the requested operation in the system.
|
StatusFlag |
statusFlag()
Lists any outstanding operations that require customer action.
|
String |
statusFlagAsString()
Lists any outstanding operations that require customer action.
|
Instant |
submittedDate()
The date when the request was submitted.
|
GetOperationDetailResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
OperationType |
type()
The type of operation that was requested.
|
String |
typeAsString()
The type of operation that was requested.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String operationId()
The identifier for the operation.
public final OperationStatus status()
The current status of the requested operation in the system.
If the service returns an enum value that is not available in the current SDK version, status will
return OperationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
OperationStatuspublic final String statusAsString()
The current status of the requested operation in the system.
If the service returns an enum value that is not available in the current SDK version, status will
return OperationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
OperationStatuspublic final String message()
Detailed information on the status including possible errors.
public final String domainName()
The name of a domain.
public final OperationType type()
The type of operation that was requested.
If the service returns an enum value that is not available in the current SDK version, type will return
OperationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
OperationTypepublic final String typeAsString()
The type of operation that was requested.
If the service returns an enum value that is not available in the current SDK version, type will return
OperationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
OperationTypepublic final Instant submittedDate()
The date when the request was submitted.
public final Instant lastUpdatedDate()
The date when the operation was last updated.
public final StatusFlag statusFlag()
Lists any outstanding operations that require customer action. Valid values are:
PENDING_ACCEPTANCE: The operation is waiting for acceptance from the account that is receiving the
domain.
PENDING_CUSTOMER_ACTION: The operation is waiting for customer action, for example, returning an
email.
PENDING_AUTHORIZATION: The operation is waiting for the form of authorization. For more information,
see ResendOperationAuthorization.
PENDING_PAYMENT_VERIFICATION: The operation is waiting for the payment method to validate.
PENDING_SUPPORT_CASE: The operation includes a support case and is waiting for its resolution.
If the service returns an enum value that is not available in the current SDK version, statusFlag will
return StatusFlag.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusFlagAsString().
PENDING_ACCEPTANCE: The operation is waiting for acceptance from the account that is
receiving the domain.
PENDING_CUSTOMER_ACTION: The operation is waiting for customer action, for example,
returning an email.
PENDING_AUTHORIZATION: The operation is waiting for the form of authorization. For more
information, see ResendOperationAuthorization.
PENDING_PAYMENT_VERIFICATION: The operation is waiting for the payment method to validate.
PENDING_SUPPORT_CASE: The operation includes a support case and is waiting for its
resolution.
StatusFlagpublic final String statusFlagAsString()
Lists any outstanding operations that require customer action. Valid values are:
PENDING_ACCEPTANCE: The operation is waiting for acceptance from the account that is receiving the
domain.
PENDING_CUSTOMER_ACTION: The operation is waiting for customer action, for example, returning an
email.
PENDING_AUTHORIZATION: The operation is waiting for the form of authorization. For more information,
see ResendOperationAuthorization.
PENDING_PAYMENT_VERIFICATION: The operation is waiting for the payment method to validate.
PENDING_SUPPORT_CASE: The operation includes a support case and is waiting for its resolution.
If the service returns an enum value that is not available in the current SDK version, statusFlag will
return StatusFlag.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusFlagAsString().
PENDING_ACCEPTANCE: The operation is waiting for acceptance from the account that is
receiving the domain.
PENDING_CUSTOMER_ACTION: The operation is waiting for customer action, for example,
returning an email.
PENDING_AUTHORIZATION: The operation is waiting for the form of authorization. For more
information, see ResendOperationAuthorization.
PENDING_PAYMENT_VERIFICATION: The operation is waiting for the payment method to validate.
PENDING_SUPPORT_CASE: The operation includes a support case and is waiting for its
resolution.
StatusFlagpublic GetOperationDetailResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetOperationDetailResponse.Builder,GetOperationDetailResponse>toBuilder in class AwsResponsepublic static GetOperationDetailResponse.Builder builder()
public static Class<? extends GetOperationDetailResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.