@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() |
int |
hashCode() |
void |
setBulkEmailEntryResults(Collection<BulkEmailEntryResult> bulkEmailEntryResults) |
String |
toString()
Returns a string representation of this object.
|
SendBulkEmailResult |
withBulkEmailEntryResults(BulkEmailEntryResult... bulkEmailEntryResults)
NOTE: This method appends the values to the existing list (if any).
|
SendBulkEmailResult |
withBulkEmailEntryResults(Collection<BulkEmailEntryResult> bulkEmailEntryResults) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<BulkEmailEntryResult> getBulkEmailEntryResults()
public void setBulkEmailEntryResults(Collection<BulkEmailEntryResult> bulkEmailEntryResults)
bulkEmailEntryResults
- public SendBulkEmailResult withBulkEmailEntryResults(BulkEmailEntryResult... bulkEmailEntryResults)
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
- public SendBulkEmailResult withBulkEmailEntryResults(Collection<BulkEmailEntryResult> bulkEmailEntryResults)
bulkEmailEntryResults
- public String toString()
toString
in class Object
Object.toString()
public SendBulkEmailResult clone()