@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SendBulkTemplatedEmailResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SendBulkTemplatedEmailResult() |
Modifier and Type | Method and Description |
---|---|
SendBulkTemplatedEmailResult |
clone() |
boolean |
equals(Object obj) |
List<BulkEmailDestinationStatus> |
getStatus()
The unique message identifier returned from the
SendBulkTemplatedEmail action. |
int |
hashCode() |
void |
setStatus(Collection<BulkEmailDestinationStatus> status)
The unique message identifier returned from the
SendBulkTemplatedEmail action. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SendBulkTemplatedEmailResult |
withStatus(BulkEmailDestinationStatus... status)
The unique message identifier returned from the
SendBulkTemplatedEmail action. |
SendBulkTemplatedEmailResult |
withStatus(Collection<BulkEmailDestinationStatus> status)
The unique message identifier returned from the
SendBulkTemplatedEmail action. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<BulkEmailDestinationStatus> getStatus()
The unique message identifier returned from the SendBulkTemplatedEmail
action.
SendBulkTemplatedEmail
action.public void setStatus(Collection<BulkEmailDestinationStatus> status)
The unique message identifier returned from the SendBulkTemplatedEmail
action.
status
- The unique message identifier returned from the SendBulkTemplatedEmail
action.public SendBulkTemplatedEmailResult withStatus(BulkEmailDestinationStatus... status)
The unique message identifier returned from the SendBulkTemplatedEmail
action.
NOTE: This method appends the values to the existing list (if any). Use
setStatus(java.util.Collection)
or withStatus(java.util.Collection)
if you want to override the
existing values.
status
- The unique message identifier returned from the SendBulkTemplatedEmail
action.public SendBulkTemplatedEmailResult withStatus(Collection<BulkEmailDestinationStatus> status)
The unique message identifier returned from the SendBulkTemplatedEmail
action.
status
- The unique message identifier returned from the SendBulkTemplatedEmail
action.public String toString()
toString
in class Object
Object.toString()
public SendBulkTemplatedEmailResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.