Class ListTopicRulesRequest
java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.iot.model.ListTopicRulesRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
public class ListTopicRulesRequest
extends AmazonWebServiceRequest
implements Serializable, Cloneable
The input for the ListTopicRules operation.
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanThe maximum number of results to return.A token used to retrieve the next value.Specifies whether the rule is disabled.getTopic()The topic.inthashCode()Specifies whether the rule is disabled.voidsetMaxResults(Integer maxResults) The maximum number of results to return.voidsetNextToken(String nextToken) A token used to retrieve the next value.voidsetRuleDisabled(Boolean ruleDisabled) Specifies whether the rule is disabled.voidThe topic.toString()Returns a string representation of this object; useful for testing and debugging.withMaxResults(Integer maxResults) The maximum number of results to return.withNextToken(String nextToken) A token used to retrieve the next value.withRuleDisabled(Boolean ruleDisabled) Specifies whether the rule is disabled.The topic.Methods inherited from class AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
ListTopicRulesRequest
public ListTopicRulesRequest()
-
-
Method Details
-
setTopic
-
getTopic
-
withTopic
The topic.
- Parameters:
topic- The topic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMaxResults
The maximum number of results to return.
- Parameters:
maxResults- The maximum number of results to return.
-
getMaxResults
The maximum number of results to return.
- Returns:
- The maximum number of results to return.
-
withMaxResults
The maximum number of results to return.
- Parameters:
maxResults- The maximum number of results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
A token used to retrieve the next value.
- Parameters:
nextToken- A token used to retrieve the next value.
-
getNextToken
A token used to retrieve the next value.
- Returns:
- A token used to retrieve the next value.
-
withNextToken
A token used to retrieve the next value.
- Parameters:
nextToken- A token used to retrieve the next value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRuleDisabled
Specifies whether the rule is disabled.
- Parameters:
ruleDisabled- Specifies whether the rule is disabled.
-
getRuleDisabled
Specifies whether the rule is disabled.
- Returns:
- Specifies whether the rule is disabled.
-
withRuleDisabled
Specifies whether the rule is disabled.
- Parameters:
ruleDisabled- Specifies whether the rule is disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isRuleDisabled
Specifies whether the rule is disabled.
- Returns:
- Specifies whether the rule is disabled.
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-