@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSuppressedDestinationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A list of suppressed email destinations.
| 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 suppressed destinations to list.
|
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 suppressed destinations to list.
|
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 suppressed destinations to list.
|
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 suppressed destinations to list. To view additional suppressed
destinations, issue another request to ListSuppressedDestinations, and pass this token in the
NextToken parameter.
nextToken - A token that indicates that there are additional suppressed destinations to list. To view additional
suppressed destinations, issue another request to ListSuppressedDestinations, and pass this
token in the NextToken parameter.public String getNextToken()
A token that indicates that there are additional suppressed destinations to list. To view additional suppressed
destinations, 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 suppressed destinations to list. To view additional suppressed
destinations, issue another request to ListSuppressedDestinations, and pass this token in the
NextToken parameter.
nextToken - A token that indicates that there are additional suppressed destinations to list. To view additional
suppressed destinations, issue another request to ListSuppressedDestinations, and pass this
token in the NextToken parameter.public String toString()
toString in class ObjectObject.toString()public ListSuppressedDestinationsResult clone()
Copyright © 2019. All rights reserved.