@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 String bearerToken()
Reserved for use by the CloudFormation CLI.
public 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 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 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 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 String statusMessage()
Reserved for use by the CloudFormation CLI.
public 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 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 String resourceModel()
Reserved for use by the CloudFormation CLI.
public 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.