Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model | |
com.amazonaws.services.elasticmapreduce.model.transform |
Modifier and Type | Field and Description |
---|---|
private InstanceStateChangeReason |
InstanceStatus.stateChangeReason
The details of the status change reason for the instance.
|
Modifier and Type | Method and Description |
---|---|
InstanceStateChangeReason |
InstanceStateChangeReason.clone() |
InstanceStateChangeReason |
InstanceStatus.getStateChangeReason()
The details of the status change reason for the instance.
|
InstanceStateChangeReason |
InstanceStateChangeReason.withCode(InstanceStateChangeReasonCode code)
The programmable code for the state change reason.
|
InstanceStateChangeReason |
InstanceStateChangeReason.withCode(java.lang.String code)
The programmable code for the state change reason.
|
InstanceStateChangeReason |
InstanceStateChangeReason.withMessage(java.lang.String message)
The status change reason description.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceStatus.setStateChangeReason(InstanceStateChangeReason stateChangeReason)
The details of the status change reason for the instance.
|
InstanceStatus |
InstanceStatus.withStateChangeReason(InstanceStateChangeReason stateChangeReason)
The details of the status change reason for the instance.
|
Modifier and Type | Method and Description |
---|---|
InstanceStateChangeReason |
InstanceStateChangeReasonJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
InstanceStateChangeReasonJsonMarshaller.marshall(InstanceStateChangeReason instanceStateChangeReason,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|