@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChangeProgressDetails extends Object implements Serializable, Cloneable, StructuredPojo
Container for information about a configuration change happening on a domain.
Constructor and Description |
---|
ChangeProgressDetails() |
Modifier and Type | Method and Description |
---|---|
ChangeProgressDetails |
clone() |
boolean |
equals(Object obj) |
String |
getChangeId()
The ID of the configuration change.
|
String |
getMessage()
A message corresponding to the status of the configuration change.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setChangeId(String changeId)
The ID of the configuration change.
|
void |
setMessage(String message)
A message corresponding to the status of the configuration change.
|
String |
toString()
Returns a string representation of this object.
|
ChangeProgressDetails |
withChangeId(String changeId)
The ID of the configuration change.
|
ChangeProgressDetails |
withMessage(String message)
A message corresponding to the status of the configuration change.
|
public void setChangeId(String changeId)
The ID of the configuration change.
changeId
- The ID of the configuration change.public String getChangeId()
The ID of the configuration change.
public ChangeProgressDetails withChangeId(String changeId)
The ID of the configuration change.
changeId
- The ID of the configuration change.public void setMessage(String message)
A message corresponding to the status of the configuration change.
message
- A message corresponding to the status of the configuration change.public String getMessage()
A message corresponding to the status of the configuration change.
public ChangeProgressDetails withMessage(String message)
A message corresponding to the status of the configuration change.
message
- A message corresponding to the status of the 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.