@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateEnrollmentStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateEnrollmentStatusResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateEnrollmentStatusResult |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
The enrollment status of the account.
|
int |
hashCode() |
void |
setStatus(String status)
The enrollment status of the account.
|
String |
toString()
Returns a string representation of this object.
|
UpdateEnrollmentStatusResult |
withStatus(String status)
The enrollment status of the account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStatus(String status)
The enrollment status of the account.
status - The enrollment status of the account.public String getStatus()
The enrollment status of the account.
public UpdateEnrollmentStatusResult withStatus(String status)
The enrollment status of the account.
status - The enrollment status of the account.public String toString()
toString in class ObjectObject.toString()public UpdateEnrollmentStatusResult clone()