Class RecordHandlerProgressRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.cloudformation.model.CloudFormationRequest
-
- software.amazon.awssdk.services.cloudformation.model.RecordHandlerProgressRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<RecordHandlerProgressRequest.Builder,RecordHandlerProgressRequest>
@Generated("software.amazon.awssdk:codegen") public final class RecordHandlerProgressRequest extends CloudFormationRequest implements ToCopyableBuilder<RecordHandlerProgressRequest.Builder,RecordHandlerProgressRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRecordHandlerProgressRequest.Builder
-
Method Summary
-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
bearerToken
public final String bearerToken()
Reserved for use by the CloudFormation CLI.
- Returns:
- Reserved for use by the CloudFormation CLI.
-
operationStatus
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,
operationStatuswill returnOperationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoperationStatusAsString().- Returns:
- Reserved for use by the CloudFormation CLI.
- See Also:
OperationStatus
-
operationStatusAsString
public 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,
operationStatuswill returnOperationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoperationStatusAsString().- Returns:
- Reserved for use by the CloudFormation CLI.
- See Also:
OperationStatus
-
currentOperationStatus
public 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,
currentOperationStatuswill returnOperationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcurrentOperationStatusAsString().- Returns:
- Reserved for use by the CloudFormation CLI.
- See Also:
OperationStatus
-
currentOperationStatusAsString
public 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,
currentOperationStatuswill returnOperationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcurrentOperationStatusAsString().- Returns:
- Reserved for use by the CloudFormation CLI.
- See Also:
OperationStatus
-
statusMessage
public final String statusMessage()
Reserved for use by the CloudFormation CLI.
- Returns:
- Reserved for use by the CloudFormation CLI.
-
errorCode
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,
errorCodewill returnHandlerErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromerrorCodeAsString().- Returns:
- Reserved for use by the CloudFormation CLI.
- See Also:
HandlerErrorCode
-
errorCodeAsString
public 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,
errorCodewill returnHandlerErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromerrorCodeAsString().- Returns:
- Reserved for use by the CloudFormation CLI.
- See Also:
HandlerErrorCode
-
resourceModel
public final String resourceModel()
Reserved for use by the CloudFormation CLI.
- Returns:
- Reserved for use by the CloudFormation CLI.
-
clientRequestToken
public final String clientRequestToken()
Reserved for use by the CloudFormation CLI.
- Returns:
- Reserved for use by the CloudFormation CLI.
-
toBuilder
public RecordHandlerProgressRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RecordHandlerProgressRequest.Builder,RecordHandlerProgressRequest>- Specified by:
toBuilderin classCloudFormationRequest
-
builder
public static RecordHandlerProgressRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends RecordHandlerProgressRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-