@Generated(value="software.amazon.awssdk:codegen") public final class RecordHandlerProgressRequest extends CloudFormationRequest implements ToCopyableBuilder<RecordHandlerProgressRequest.Builder,RecordHandlerProgressRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RecordHandlerProgressRequest.Builder |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bearerToken()
Reserved for use by the CloudFormation CLI.
public final OperationStatus operationStatus()
Reserved for use by the CloudFormation CLI.
If the service returns an enum value that is not available in the current SDK version, operationStatus
will return OperationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from operationStatusAsString().
OperationStatuspublic final String operationStatusAsString()
Reserved for use by the CloudFormation CLI.
If the service returns an enum value that is not available in the current SDK version, operationStatus
will return OperationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from operationStatusAsString().
OperationStatuspublic final OperationStatus currentOperationStatus()
Reserved for use by the CloudFormation CLI.
If the service returns an enum value that is not available in the current SDK version,
currentOperationStatus will return OperationStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from currentOperationStatusAsString().
OperationStatuspublic final String currentOperationStatusAsString()
Reserved for use by the CloudFormation CLI.
If the service returns an enum value that is not available in the current SDK version,
currentOperationStatus will return OperationStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from currentOperationStatusAsString().
OperationStatuspublic final String statusMessage()
Reserved for use by the CloudFormation CLI.
public final HandlerErrorCode errorCode()
Reserved for use by the CloudFormation CLI.
If the service returns an enum value that is not available in the current SDK version, errorCode will
return HandlerErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
errorCodeAsString().
HandlerErrorCodepublic final String errorCodeAsString()
Reserved for use by the CloudFormation CLI.
If the service returns an enum value that is not available in the current SDK version, errorCode will
return HandlerErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
errorCodeAsString().
HandlerErrorCodepublic final String resourceModel()
Reserved for use by the CloudFormation CLI.
public final String clientRequestToken()
Reserved for use by the CloudFormation CLI.
public RecordHandlerProgressRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RecordHandlerProgressRequest.Builder,RecordHandlerProgressRequest>toBuilder in class CloudFormationRequestpublic static RecordHandlerProgressRequest.Builder builder()
public static Class<? extends RecordHandlerProgressRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2021. All rights reserved.