public class ListTopicRuleDestinationsResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description | 
|---|
| ListTopicRuleDestinationsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object obj) | 
| java.util.List<TopicRuleDestinationSummary> | getDestinationSummaries()
 Information about a topic rule destination. | 
| java.lang.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(java.util.Collection<TopicRuleDestinationSummary> destinationSummaries)
 Information about a topic rule destination. | 
| void | setNextToken(java.lang.String nextToken)
 The token to use to get the next set of results, or null if there
 are no additional results. | 
| java.lang.String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| ListTopicRuleDestinationsResult | withDestinationSummaries(java.util.Collection<TopicRuleDestinationSummary> destinationSummaries)
 Information about a topic rule destination. | 
| ListTopicRuleDestinationsResult | withDestinationSummaries(TopicRuleDestinationSummary... destinationSummaries)
 Information about a topic rule destination. | 
| ListTopicRuleDestinationsResult | withNextToken(java.lang.String nextToken)
 The token to use to get the next set of results, or null if there
 are no additional results. | 
public java.util.List<TopicRuleDestinationSummary> getDestinationSummaries()
Information about a topic rule destination.
Information about a topic rule destination.
public void setDestinationSummaries(java.util.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.
Returns a reference to this object so that method calls can be chained together.
destinationSummaries - Information about a topic rule destination.
public ListTopicRuleDestinationsResult withDestinationSummaries(java.util.Collection<TopicRuleDestinationSummary> destinationSummaries)
Information about a topic rule destination.
Returns a reference to this object so that method calls can be chained together.
destinationSummaries - Information about a topic rule destination.
public java.lang.String getNextToken()
The token to use to get the next set of results, or null if there are no additional results.
The token to use to get the next set of results, or null if there are no additional results.
public void setNextToken(java.lang.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 ListTopicRuleDestinationsResult withNextToken(java.lang.String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
Returns a reference to this object so that method calls can be chained together.
nextToken - The token to use to get the next set of results, or null if there are no additional results.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.