StructuredPojo
, ToCopyableBuilder<StepStateChangeReason.Builder,StepStateChangeReason>
@Generated("software.amazon.awssdk:codegen") public class StepStateChangeReason extends Object implements StructuredPojo, ToCopyableBuilder<StepStateChangeReason.Builder,StepStateChangeReason>
The details of the step state change reason.
Modifier and Type | Class | Description |
---|---|---|
static interface |
StepStateChangeReason.Builder |
Modifier and Type | Method | Description |
---|---|---|
static StepStateChangeReason.Builder |
builder() |
|
String |
code() |
The programmable code for the state change reason.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
message() |
The descriptive message for the state change reason.
|
static Class<? extends StepStateChangeReason.Builder> |
serializableBuilderClass() |
|
StepStateChangeReason.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String code()
The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.
StepStateChangeReasonCode
public String message()
The descriptive message for the state change reason.
public StepStateChangeReason.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StepStateChangeReason.Builder,StepStateChangeReason>
public static StepStateChangeReason.Builder builder()
public static Class<? extends StepStateChangeReason.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.