@Generated(value="software.amazon.awssdk:codegen") public class CancelStepsInfo extends Object implements StructuredPojo, ToCopyableBuilder<CancelStepsInfo.Builder,CancelStepsInfo>
Specification of the status of a CancelSteps request. Available only in Amazon EMR version 4.8.0 and later, excluding version 5.0.0.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CancelStepsInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CancelStepsInfo.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
reason()
The reason for the failure if the CancelSteps request fails.
|
static Class<? extends CancelStepsInfo.Builder> |
serializableBuilderClass() |
CancelStepsRequestStatus |
status()
The status of a CancelSteps Request.
|
String |
statusAsString()
The status of a CancelSteps Request.
|
String |
stepId()
The encrypted StepId of a step.
|
CancelStepsInfo.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic String stepId()
The encrypted StepId of a step.
public CancelStepsRequestStatus status()
The status of a CancelSteps Request. The value may be SUBMITTED or FAILED.
If the service returns an enum value that is not available in the current SDK version, status will
return CancelStepsRequestStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
CancelStepsRequestStatuspublic String statusAsString()
The status of a CancelSteps Request. The value may be SUBMITTED or FAILED.
If the service returns an enum value that is not available in the current SDK version, status will
return CancelStepsRequestStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
CancelStepsRequestStatuspublic String reason()
The reason for the failure if the CancelSteps request fails.
public CancelStepsInfo.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<CancelStepsInfo.Builder,CancelStepsInfo>public static CancelStepsInfo.Builder builder()
public static Class<? extends CancelStepsInfo.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.