@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, setSdkResponseMetadata
public 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.PrimaryEmailUpdateStatus
public String getStatus()
Retrieves the status of the accepted primary email update request.
PrimaryEmailUpdateStatus
public 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.PrimaryEmailUpdateStatus
public 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.PrimaryEmailUpdateStatus
public String toString()
toString
in class Object
Object.toString()
public AcceptPrimaryEmailUpdateResult clone()