public class ListTopicRuleDestinationsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Lists all the topic rule destinations in your AWS account.
| Constructor and Description | 
|---|
| ListTopicRuleDestinationsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object obj) | 
| java.lang.Integer | getMaxResults()
 The maximum number of results to return at one time. | 
| java.lang.String | getNextToken()
 To retrieve the next set of results, the  nextTokenvalue
 from a previous response; otherwise null to receive the first set
 of results. | 
| int | hashCode() | 
| void | setMaxResults(java.lang.Integer maxResults)
 The maximum number of results to return at one time. | 
| void | setNextToken(java.lang.String nextToken)
 To retrieve the next set of results, the  nextTokenvalue
 from a previous response; otherwise null to receive the first set
 of results. | 
| java.lang.String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| ListTopicRuleDestinationsRequest | withMaxResults(java.lang.Integer maxResults)
 The maximum number of results to return at one time. | 
| ListTopicRuleDestinationsRequest | withNextToken(java.lang.String nextToken)
 To retrieve the next set of results, the  nextTokenvalue
 from a previous response; otherwise null to receive the first set
 of results. | 
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.lang.Integer getMaxResults()
The maximum number of results to return at one time.
 Constraints:
 Range: 1 - 1000
The maximum number of results to return at one time.
public void setMaxResults(java.lang.Integer maxResults)
The maximum number of results to return at one time.
 Constraints:
 Range: 1 - 1000
maxResults - The maximum number of results to return at one time.
public ListTopicRuleDestinationsRequest withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return at one time.
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Range: 1 - 1000
maxResults - The maximum number of results to return at one time.
public java.lang.String getNextToken()
 To retrieve the next set of results, the nextToken value
 from a previous response; otherwise null to receive the first set
 of results.
 
         To retrieve the next set of results, the nextToken
         value from a previous response; otherwise null to receive
         the first set of results.
         
public void setNextToken(java.lang.String nextToken)
 To retrieve the next set of results, the nextToken value
 from a previous response; otherwise null to receive the first set
 of results.
 
nextToken - 
            To retrieve the next set of results, the
            nextToken value from a previous response;
            otherwise null to receive the first set of results.
            
public ListTopicRuleDestinationsRequest withNextToken(java.lang.String nextToken)
 To retrieve the next set of results, the nextToken value
 from a previous response; otherwise null to receive the first set
 of results.
 
Returns a reference to this object so that method calls can be chained together.
nextToken - 
            To retrieve the next set of results, the
            nextToken value from a previous response;
            otherwise null to receive the first set of 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.