@Generated(value="software.amazon.awssdk:codegen") public final class OperationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OperationSummary.Builder,OperationSummary>
OperationSummary includes the following elements.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OperationSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OperationSummary.Builder |
builder() |
String |
domainName()
Name of the 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 last change was made in Unix time format and Coordinated Universal Time (UTC).
|
String |
message()
Message about the operation.
|
String |
operationId()
Identifier returned to track the requested action.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OperationSummary.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()
Automatically checks whether there are no outstanding operations on domains that need customer attention.
|
String |
statusFlagAsString()
Automatically checks whether there are no outstanding operations on domains that need customer attention.
|
Instant |
submittedDate()
The date when the request was submitted.
|
OperationSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
OperationType |
type()
Type of the action requested.
|
String |
typeAsString()
Type of the action requested.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String operationId()
Identifier returned to track the requested action.
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 OperationType type()
Type of the action 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()
Type of the action 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 String domainName()
Name of the domain.
public final String message()
Message about the operation.
public final StatusFlag statusFlag()
Automatically checks whether there are no outstanding operations on domains that need customer attention.
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().
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.
StatusFlagpublic final String statusFlagAsString()
Automatically checks whether there are no outstanding operations on domains that need customer attention.
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().
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.
StatusFlagpublic final Instant lastUpdatedDate()
The date when the last change was made in Unix time format and Coordinated Universal Time (UTC).
public OperationSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OperationSummary.Builder,OperationSummary>public static OperationSummary.Builder builder()
public static Class<? extends OperationSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.