StructuredPojo, ToCopyableBuilder<CancelStepsInfo.Builder,CancelStepsInfo>@Generated("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 | Description |
|---|---|---|
static interface |
CancelStepsInfo.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static CancelStepsInfo.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
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() |
|
String |
status() |
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() |
public String stepId()
The encrypted StepId of a step.
public String status()
The status of a CancelSteps Request. The value may be SUBMITTED or FAILED.
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.