Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListTopicRulesRequest.Builder,ListTopicRulesRequest>
@Generated("software.amazon.awssdk:codegen") public class ListTopicRulesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListTopicRulesRequest.Builder,ListTopicRulesRequest>
The input for the ListTopicRules operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListTopicRulesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListTopicRulesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxResults() |
The maximum number of results to return.
|
String |
nextToken() |
A token used to retrieve the next value.
|
Boolean |
ruleDisabled() |
Specifies whether the rule is disabled.
|
static Class<? extends ListTopicRulesRequest.Builder> |
serializableBuilderClass() |
|
ListTopicRulesRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
topic() |
The topic.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String topic()
The topic.
public Integer maxResults()
The maximum number of results to return.
public String nextToken()
A token used to retrieve the next value.
public Boolean ruleDisabled()
Specifies whether the rule is disabled.
public ListTopicRulesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListTopicRulesRequest.Builder,ListTopicRulesRequest>
public static ListTopicRulesRequest.Builder builder()
public static Class<? extends ListTopicRulesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.