@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SendCustomVerificationEmailResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The response received when attempting to send the custom verification email.
Constructor and Description |
---|
SendCustomVerificationEmailResult() |
Modifier and Type | Method and Description |
---|---|
SendCustomVerificationEmailResult |
clone() |
boolean |
equals(Object obj) |
String |
getMessageId()
The unique message identifier returned from the
SendCustomVerificationEmail operation. |
int |
hashCode() |
void |
setMessageId(String messageId)
The unique message identifier returned from the
SendCustomVerificationEmail operation. |
String |
toString()
Returns a string representation of this object.
|
SendCustomVerificationEmailResult |
withMessageId(String messageId)
The unique message identifier returned from the
SendCustomVerificationEmail operation. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMessageId(String messageId)
The unique message identifier returned from the SendCustomVerificationEmail
operation.
messageId
- The unique message identifier returned from the SendCustomVerificationEmail
operation.public String getMessageId()
The unique message identifier returned from the SendCustomVerificationEmail
operation.
SendCustomVerificationEmail
operation.public SendCustomVerificationEmailResult withMessageId(String messageId)
The unique message identifier returned from the SendCustomVerificationEmail
operation.
messageId
- The unique message identifier returned from the SendCustomVerificationEmail
operation.public String toString()
toString
in class Object
Object.toString()
public SendCustomVerificationEmailResult clone()