@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.DependencyConsumerResolutionStatus
public String getStatus()
The step consumer status.
DependencyConsumerResolutionStatus
public StepConsumer withStatus(String status)
The step consumer status.
status
- The step consumer status.DependencyConsumerResolutionStatus
public StepConsumer withStatus(DependencyConsumerResolutionStatus status)
The step consumer status.
status
- The step consumer status.DependencyConsumerResolutionStatus
public 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 Object
Object.toString()
public StepConsumer clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.