@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClusterOperationStepInfo extends Object implements Serializable, Cloneable, StructuredPojo
State information about the operation step.
| Constructor and Description |
|---|
ClusterOperationStepInfo () |
| Modifier and Type | Method and Description |
|---|---|
ClusterOperationStepInfo |
clone () |
boolean |
equals (Object obj) |
String |
getStepStatus ()
The steps current status.
|
int |
hashCode () |
void |
marshall (ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setStepStatus (String stepStatus)
The steps current status.
|
String |
toString ()
Returns a string representation of this object.
|
ClusterOperationStepInfo |
withStepStatus (String stepStatus)
The steps current status.
|
public ClusterOperationStepInfo()
public void setStepStatus(String stepStatus)
The steps current status.
stepStatus - The steps current status.
public String getStepStatus()
The steps current status.
The steps current status.
public ClusterOperationStepInfo withStepStatus(String stepStatus)
The steps current status.
stepStatus - The steps current status.
public String toString()
toString in class Object Object.toString() public ClusterOperationStepInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo ProtocolMarshaller.marshall in interface StructuredPojo protocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.