@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StepConsumer extends Object implements Serializable, Cloneable, StructuredPojo
The details of a step consumer.
| Constructor and Description |
|---|
StepConsumer() |
| Modifier and Type | Method and Description |
|---|---|
StepConsumer |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
The step consumer status.
|
String |
getStepId()
The step ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setStatus(String status)
The step consumer status.
|
void |
setStepId(String stepId)
The step ID.
|
String |
toString()
Returns a string representation of this object.
|
StepConsumer |
withStatus(DependencyConsumerResolutionStatus status)
The step consumer status.
|
StepConsumer |
withStatus(String status)
The step consumer status.
|
StepConsumer |
withStepId(String stepId)
The step ID.
|
public void setStatus(String status)
The step consumer status.
status - The step consumer status.DependencyConsumerResolutionStatuspublic String getStatus()
The step consumer status.
DependencyConsumerResolutionStatuspublic StepConsumer withStatus(String status)
The step consumer status.
status - The step consumer status.DependencyConsumerResolutionStatuspublic StepConsumer withStatus(DependencyConsumerResolutionStatus status)
The step consumer status.
status - The step consumer status.DependencyConsumerResolutionStatuspublic void setStepId(String stepId)
The step ID.
stepId - The step ID.public String getStepId()
The step ID.
public StepConsumer withStepId(String stepId)
The step ID.
stepId - The step ID.public String toString()
toString in class ObjectObject.toString()public StepConsumer clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.