@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChangeProgressDetails extends Object implements Serializable, Cloneable, StructuredPojo
Specifies change details of the domain configuration change.
Constructor and Description |
---|
ChangeProgressDetails() |
Modifier and Type | Method and Description |
---|---|
ChangeProgressDetails |
clone() |
boolean |
equals(Object obj) |
String |
getChangeId()
The unique change identifier associated with a specific domain configuration change.
|
String |
getMessage()
Contains an optional message associated with the domain configuration change.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setChangeId(String changeId)
The unique change identifier associated with a specific domain configuration change.
|
void |
setMessage(String message)
Contains an optional message associated with the domain configuration change.
|
String |
toString()
Returns a string representation of this object.
|
ChangeProgressDetails |
withChangeId(String changeId)
The unique change identifier associated with a specific domain configuration change.
|
ChangeProgressDetails |
withMessage(String message)
Contains an optional message associated with the domain configuration change.
|
public void setChangeId(String changeId)
The unique change identifier associated with a specific domain configuration change.
changeId
- The unique change identifier associated with a specific domain configuration change.public String getChangeId()
The unique change identifier associated with a specific domain configuration change.
public ChangeProgressDetails withChangeId(String changeId)
The unique change identifier associated with a specific domain configuration change.
changeId
- The unique change identifier associated with a specific domain configuration change.public void setMessage(String message)
Contains an optional message associated with the domain configuration change.
message
- Contains an optional message associated with the domain configuration change.public String getMessage()
Contains an optional message associated with the domain configuration change.
public ChangeProgressDetails withMessage(String message)
Contains an optional message associated with the domain configuration change.
message
- Contains an optional message associated with the domain configuration change.public String toString()
toString
in class Object
Object.toString()
public ChangeProgressDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.