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