@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPipelineChangeProgressResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetPipelineChangeProgressResult() |
| Modifier and Type | Method and Description |
|---|---|
GetPipelineChangeProgressResult |
clone() |
boolean |
equals(Object obj) |
List<ChangeProgressStatus> |
getChangeProgressStatuses()
The current status of the change happening on the pipeline.
|
int |
hashCode() |
void |
setChangeProgressStatuses(Collection<ChangeProgressStatus> changeProgressStatuses)
The current status of the change happening on the pipeline.
|
String |
toString()
Returns a string representation of this object.
|
GetPipelineChangeProgressResult |
withChangeProgressStatuses(ChangeProgressStatus... changeProgressStatuses)
The current status of the change happening on the pipeline.
|
GetPipelineChangeProgressResult |
withChangeProgressStatuses(Collection<ChangeProgressStatus> changeProgressStatuses)
The current status of the change happening on the pipeline.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ChangeProgressStatus> getChangeProgressStatuses()
The current status of the change happening on the pipeline.
public void setChangeProgressStatuses(Collection<ChangeProgressStatus> changeProgressStatuses)
The current status of the change happening on the pipeline.
changeProgressStatuses - The current status of the change happening on the pipeline.public GetPipelineChangeProgressResult withChangeProgressStatuses(ChangeProgressStatus... changeProgressStatuses)
The current status of the change happening on the pipeline.
NOTE: This method appends the values to the existing list (if any). Use
setChangeProgressStatuses(java.util.Collection) or
withChangeProgressStatuses(java.util.Collection) if you want to override the existing values.
changeProgressStatuses - The current status of the change happening on the pipeline.public GetPipelineChangeProgressResult withChangeProgressStatuses(Collection<ChangeProgressStatus> changeProgressStatuses)
The current status of the change happening on the pipeline.
changeProgressStatuses - The current status of the change happening on the pipeline.public String toString()
toString in class ObjectObject.toString()public GetPipelineChangeProgressResult clone()