@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 retrieve the next set of results.
|
int |
hashCode() |
void |
setDestinationSummaries(Collection<TopicRuleDestinationSummary> destinationSummaries)
Information about a topic rule destination.
|
void |
setNextToken(String nextToken)
The token to retrieve the next set of 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 retrieve the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 retrieve the next set of results.
nextToken
- The token to retrieve the next set of results.public String getNextToken()
The token to retrieve the next set of results.
public ListTopicRuleDestinationsResult withNextToken(String nextToken)
The token to retrieve the next set of results.
nextToken
- The token to retrieve the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListTopicRuleDestinationsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.