@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChangeProgressStage extends Object implements Serializable, Cloneable, StructuredPojo
Progress details for a specific stage of a pipeline configuration change.
| Constructor and Description |
|---|
ChangeProgressStage() |
| Modifier and Type | Method and Description |
|---|---|
ChangeProgressStage |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
A description of the stage.
|
Date |
getLastUpdatedAt()
The most recent updated timestamp of the stage.
|
String |
getName()
The name of the stage.
|
String |
getStatus()
The current status of the stage that the change is in.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDescription(String description)
A description of the stage.
|
void |
setLastUpdatedAt(Date lastUpdatedAt)
The most recent updated timestamp of the stage.
|
void |
setName(String name)
The name of the stage.
|
void |
setStatus(String status)
The current status of the stage that the change is in.
|
String |
toString()
Returns a string representation of this object.
|
ChangeProgressStage |
withDescription(String description)
A description of the stage.
|
ChangeProgressStage |
withLastUpdatedAt(Date lastUpdatedAt)
The most recent updated timestamp of the stage.
|
ChangeProgressStage |
withName(String name)
The name of the stage.
|
ChangeProgressStage |
withStatus(ChangeProgressStageStatuses status)
The current status of the stage that the change is in.
|
ChangeProgressStage |
withStatus(String status)
The current status of the stage that the change is in.
|
public void setName(String name)
The name of the stage.
name - The name of the stage.public String getName()
The name of the stage.
public ChangeProgressStage withName(String name)
The name of the stage.
name - The name of the stage.public void setStatus(String status)
The current status of the stage that the change is in.
status - The current status of the stage that the change is in.ChangeProgressStageStatusespublic String getStatus()
The current status of the stage that the change is in.
ChangeProgressStageStatusespublic ChangeProgressStage withStatus(String status)
The current status of the stage that the change is in.
status - The current status of the stage that the change is in.ChangeProgressStageStatusespublic ChangeProgressStage withStatus(ChangeProgressStageStatuses status)
The current status of the stage that the change is in.
status - The current status of the stage that the change is in.ChangeProgressStageStatusespublic void setDescription(String description)
A description of the stage.
description - A description of the stage.public String getDescription()
A description of the stage.
public ChangeProgressStage withDescription(String description)
A description of the stage.
description - A description of the stage.public void setLastUpdatedAt(Date lastUpdatedAt)
The most recent updated timestamp of the stage.
lastUpdatedAt - The most recent updated timestamp of the stage.public Date getLastUpdatedAt()
The most recent updated timestamp of the stage.
public ChangeProgressStage withLastUpdatedAt(Date lastUpdatedAt)
The most recent updated timestamp of the stage.
lastUpdatedAt - The most recent updated timestamp of the stage.public String toString()
toString in class ObjectObject.toString()public ChangeProgressStage clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.