@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSuppressedDestinationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A list of suppressed email addresses.
| Constructor and Description |
|---|
ListSuppressedDestinationsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListSuppressedDestinationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A token that indicates that there are additional email addresses on the suppression list for your account.
|
List<SuppressedDestinationSummary> |
getSuppressedDestinationSummaries()
A list of summaries, each containing a summary for a suppressed email destination.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token that indicates that there are additional email addresses on the suppression list for your account.
|
void |
setSuppressedDestinationSummaries(Collection<SuppressedDestinationSummary> suppressedDestinationSummaries)
A list of summaries, each containing a summary for a suppressed email destination.
|
String |
toString()
Returns a string representation of this object.
|
ListSuppressedDestinationsResult |
withNextToken(String nextToken)
A token that indicates that there are additional email addresses on the suppression list for your account.
|
ListSuppressedDestinationsResult |
withSuppressedDestinationSummaries(Collection<SuppressedDestinationSummary> suppressedDestinationSummaries)
A list of summaries, each containing a summary for a suppressed email destination.
|
ListSuppressedDestinationsResult |
withSuppressedDestinationSummaries(SuppressedDestinationSummary... suppressedDestinationSummaries)
A list of summaries, each containing a summary for a suppressed email destination.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<SuppressedDestinationSummary> getSuppressedDestinationSummaries()
A list of summaries, each containing a summary for a suppressed email destination.
public void setSuppressedDestinationSummaries(Collection<SuppressedDestinationSummary> suppressedDestinationSummaries)
A list of summaries, each containing a summary for a suppressed email destination.
suppressedDestinationSummaries - A list of summaries, each containing a summary for a suppressed email destination.public ListSuppressedDestinationsResult withSuppressedDestinationSummaries(SuppressedDestinationSummary... suppressedDestinationSummaries)
A list of summaries, each containing a summary for a suppressed email destination.
NOTE: This method appends the values to the existing list (if any). Use
setSuppressedDestinationSummaries(java.util.Collection) or
withSuppressedDestinationSummaries(java.util.Collection) if you want to override the existing values.
suppressedDestinationSummaries - A list of summaries, each containing a summary for a suppressed email destination.public ListSuppressedDestinationsResult withSuppressedDestinationSummaries(Collection<SuppressedDestinationSummary> suppressedDestinationSummaries)
A list of summaries, each containing a summary for a suppressed email destination.
suppressedDestinationSummaries - A list of summaries, each containing a summary for a suppressed email destination.public void setNextToken(String nextToken)
A token that indicates that there are additional email addresses on the suppression list for your account. To
view additional suppressed addresses, issue another request to ListSuppressedDestinations, and pass
this token in the NextToken parameter.
nextToken - A token that indicates that there are additional email addresses on the suppression list for your account.
To view additional suppressed addresses, issue another request to ListSuppressedDestinations,
and pass this token in the NextToken parameter.public String getNextToken()
A token that indicates that there are additional email addresses on the suppression list for your account. To
view additional suppressed addresses, issue another request to ListSuppressedDestinations, and pass
this token in the NextToken parameter.
ListSuppressedDestinations, and pass this token in the NextToken parameter.public ListSuppressedDestinationsResult withNextToken(String nextToken)
A token that indicates that there are additional email addresses on the suppression list for your account. To
view additional suppressed addresses, issue another request to ListSuppressedDestinations, and pass
this token in the NextToken parameter.
nextToken - A token that indicates that there are additional email addresses on the suppression list for your account.
To view additional suppressed addresses, issue another request to ListSuppressedDestinations,
and pass this token in the NextToken parameter.public String toString()
toString in class ObjectObject.toString()public ListSuppressedDestinationsResult clone()