@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SendBulkEmailResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The following data is returned in JSON format by the service.
| Constructor and Description | 
|---|
| SendBulkEmailResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| SendBulkEmailResult | clone() | 
| boolean | equals(Object obj) | 
| List<BulkEmailEntryResult> | getBulkEmailEntryResults()
 One object per intended recipient. | 
| int | hashCode() | 
| void | setBulkEmailEntryResults(Collection<BulkEmailEntryResult> bulkEmailEntryResults)
 One object per intended recipient. | 
| String | toString()Returns a string representation of this object. | 
| SendBulkEmailResult | withBulkEmailEntryResults(BulkEmailEntryResult... bulkEmailEntryResults)
 One object per intended recipient. | 
| SendBulkEmailResult | withBulkEmailEntryResults(Collection<BulkEmailEntryResult> bulkEmailEntryResults)
 One object per intended recipient. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<BulkEmailEntryResult> getBulkEmailEntryResults()
One object per intended recipient. Check each response object and retry any messages with a failure status.
public void setBulkEmailEntryResults(Collection<BulkEmailEntryResult> bulkEmailEntryResults)
One object per intended recipient. Check each response object and retry any messages with a failure status.
bulkEmailEntryResults - One object per intended recipient. Check each response object and retry any messages with a failure
        status.public SendBulkEmailResult withBulkEmailEntryResults(BulkEmailEntryResult... bulkEmailEntryResults)
One object per intended recipient. Check each response object and retry any messages with a failure status.
 NOTE: This method appends the values to the existing list (if any). Use
 setBulkEmailEntryResults(java.util.Collection) or
 withBulkEmailEntryResults(java.util.Collection) if you want to override the existing values.
 
bulkEmailEntryResults - One object per intended recipient. Check each response object and retry any messages with a failure
        status.public SendBulkEmailResult withBulkEmailEntryResults(Collection<BulkEmailEntryResult> bulkEmailEntryResults)
One object per intended recipient. Check each response object and retry any messages with a failure status.
bulkEmailEntryResults - One object per intended recipient. Check each response object and retry any messages with a failure
        status.public String toString()
toString in class ObjectObject.toString()public SendBulkEmailResult clone()