@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChangeProgressStage extends Object implements Serializable, Cloneable, StructuredPojo
A progress stage details of a specific domain configuration change.
| Constructor and Description |
|---|
ChangeProgressStage() |
| Modifier and Type | Method and Description |
|---|---|
ChangeProgressStage |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The description of the progress stage.
|
Date |
getLastUpdated()
The last updated timestamp of the progress stage.
|
String |
getName()
The name of the specific progress stage.
|
String |
getStatus()
The overall status of a specific progress stage.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDescription(String description)
The description of the progress stage.
|
void |
setLastUpdated(Date lastUpdated)
The last updated timestamp of the progress stage.
|
void |
setName(String name)
The name of the specific progress stage.
|
void |
setStatus(String status)
The overall status of a specific progress stage.
|
String |
toString()
Returns a string representation of this object.
|
ChangeProgressStage |
withDescription(String description)
The description of the progress stage.
|
ChangeProgressStage |
withLastUpdated(Date lastUpdated)
The last updated timestamp of the progress stage.
|
ChangeProgressStage |
withName(String name)
The name of the specific progress stage.
|
ChangeProgressStage |
withStatus(String status)
The overall status of a specific progress stage.
|
public void setName(String name)
The name of the specific progress stage.
name - The name of the specific progress stage.public String getName()
The name of the specific progress stage.
public ChangeProgressStage withName(String name)
The name of the specific progress stage.
name - The name of the specific progress stage.public void setStatus(String status)
The overall status of a specific progress stage.
status - The overall status of a specific progress stage.public String getStatus()
The overall status of a specific progress stage.
public ChangeProgressStage withStatus(String status)
The overall status of a specific progress stage.
status - The overall status of a specific progress stage.public void setDescription(String description)
The description of the progress stage.
description - The description of the progress stage.public String getDescription()
The description of the progress stage.
public ChangeProgressStage withDescription(String description)
The description of the progress stage.
description - The description of the progress stage.public void setLastUpdated(Date lastUpdated)
The last updated timestamp of the progress stage.
lastUpdated - The last updated timestamp of the progress stage.public Date getLastUpdated()
The last updated timestamp of the progress stage.
public ChangeProgressStage withLastUpdated(Date lastUpdated)
The last updated timestamp of the progress stage.
lastUpdated - The last updated timestamp of the progress stage.public String toString()
toString in class ObjectObject.toString()public ChangeProgressStage clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.