@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTopicRuleDestinationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListTopicRuleDestinationsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListTopicRuleDestinationsResult |
clone() |
boolean |
equals(Object obj) |
List<TopicRuleDestinationSummary> |
getDestinationSummaries()
Information about a topic rule destination.
|
String |
getNextToken()
The token to use to get the next set of results, or null if there are no additional results.
|
int |
hashCode() |
void |
setDestinationSummaries(Collection<TopicRuleDestinationSummary> destinationSummaries)
Information about a topic rule destination.
|
void |
setNextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
|
String |
toString()
Returns a string representation of this object.
|
ListTopicRuleDestinationsResult |
withDestinationSummaries(Collection<TopicRuleDestinationSummary> destinationSummaries)
Information about a topic rule destination.
|
ListTopicRuleDestinationsResult |
withDestinationSummaries(TopicRuleDestinationSummary... destinationSummaries)
Information about a topic rule destination.
|
ListTopicRuleDestinationsResult |
withNextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<TopicRuleDestinationSummary> getDestinationSummaries()
Information about a topic rule destination.
public void setDestinationSummaries(Collection<TopicRuleDestinationSummary> destinationSummaries)
Information about a topic rule destination.
destinationSummaries - Information about a topic rule destination.public ListTopicRuleDestinationsResult withDestinationSummaries(TopicRuleDestinationSummary... destinationSummaries)
Information about a topic rule destination.
NOTE: This method appends the values to the existing list (if any). Use
setDestinationSummaries(java.util.Collection) or withDestinationSummaries(java.util.Collection)
if you want to override the existing values.
destinationSummaries - Information about a topic rule destination.public ListTopicRuleDestinationsResult withDestinationSummaries(Collection<TopicRuleDestinationSummary> destinationSummaries)
Information about a topic rule destination.
destinationSummaries - Information about a topic rule destination.public void setNextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
nextToken - The token to use to get the next set of results, or null if there are no additional results.public String getNextToken()
The token to use to get the next set of results, or null if there are no additional results.
public ListTopicRuleDestinationsResult withNextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
nextToken - The token to use to get the next set of results, or null if there are no additional results.public String toString()
toString in class ObjectObject.toString()public ListTopicRuleDestinationsResult clone()