@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PipelineStatusReason extends Object implements Serializable, Cloneable, StructuredPojo
Information about a pipeline's current status.
| Constructor and Description |
|---|
PipelineStatusReason() |
| Modifier and Type | Method and Description |
|---|---|
PipelineStatusReason |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
A description of why a pipeline has a certain status.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDescription(String description)
A description of why a pipeline has a certain status.
|
String |
toString()
Returns a string representation of this object.
|
PipelineStatusReason |
withDescription(String description)
A description of why a pipeline has a certain status.
|
public void setDescription(String description)
A description of why a pipeline has a certain status.
description - A description of why a pipeline has a certain status.public String getDescription()
A description of why a pipeline has a certain status.
public PipelineStatusReason withDescription(String description)
A description of why a pipeline has a certain status.
description - A description of why a pipeline has a certain status.public String toString()
toString in class ObjectObject.toString()public PipelineStatusReason clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.