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