@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTopicRulesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for the ListTopicRules operation.
NOOP
Constructor and Description |
---|
ListTopicRulesRequest() |
Modifier and Type | Method and Description |
---|---|
ListTopicRulesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return.
|
String |
getNextToken()
A token used to retrieve the next value.
|
Boolean |
getRuleDisabled()
Specifies whether the rule is disabled.
|
String |
getTopic()
The topic.
|
int |
hashCode() |
Boolean |
isRuleDisabled()
Specifies whether the rule is disabled.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return.
|
void |
setNextToken(String nextToken)
A token used to retrieve the next value.
|
void |
setRuleDisabled(Boolean ruleDisabled)
Specifies whether the rule is disabled.
|
void |
setTopic(String topic)
The topic.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListTopicRulesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListTopicRulesRequest |
withNextToken(String nextToken)
A token used to retrieve the next value.
|
ListTopicRulesRequest |
withRuleDisabled(Boolean ruleDisabled)
Specifies whether the rule is disabled.
|
ListTopicRulesRequest |
withTopic(String topic)
The topic.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setTopic(String topic)
The topic.
topic
- The topic.public String getTopic()
The topic.
public ListTopicRulesRequest withTopic(String topic)
The topic.
topic
- The topic.public void setMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.public Integer getMaxResults()
The maximum number of results to return.
public ListTopicRulesRequest withMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.public void setNextToken(String nextToken)
A token used to retrieve the next value.
nextToken
- A token used to retrieve the next value.public String getNextToken()
A token used to retrieve the next value.
public ListTopicRulesRequest withNextToken(String nextToken)
A token used to retrieve the next value.
nextToken
- A token used to retrieve the next value.public void setRuleDisabled(Boolean ruleDisabled)
Specifies whether the rule is disabled.
ruleDisabled
- Specifies whether the rule is disabled.public Boolean getRuleDisabled()
Specifies whether the rule is disabled.
public ListTopicRulesRequest withRuleDisabled(Boolean ruleDisabled)
Specifies whether the rule is disabled.
ruleDisabled
- Specifies whether the rule is disabled.public Boolean isRuleDisabled()
Specifies whether the rule is disabled.
public String toString()
toString
in class Object
Object.toString()
public ListTopicRulesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.