@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeInsightRulesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeInsightRulesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeInsightRulesRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return in one operation.
|
String |
getNextToken()
Include this value, if it was returned by the previous operation, to get the next set of rules.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in one operation.
|
void |
setNextToken(String nextToken)
Include this value, if it was returned by the previous operation, to get the next set of rules.
|
String |
toString()
Returns a string representation of this object.
|
DescribeInsightRulesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in one operation.
|
DescribeInsightRulesRequest |
withNextToken(String nextToken)
Include this value, if it was returned by the previous operation, to get the next set of rules.
|
addHandlerContext, copyBaseTo, 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 setNextToken(String nextToken)
Include this value, if it was returned by the previous operation, to get the next set of rules.
nextToken
- Include this value, if it was returned by the previous operation, to get the next set of rules.public String getNextToken()
Include this value, if it was returned by the previous operation, to get the next set of rules.
public DescribeInsightRulesRequest withNextToken(String nextToken)
Include this value, if it was returned by the previous operation, to get the next set of rules.
nextToken
- Include this value, if it was returned by the previous operation, to get the next set of rules.public void setMaxResults(Integer maxResults)
The maximum number of results to return in one operation. If you omit this parameter, the default of 500 is used.
maxResults
- The maximum number of results to return in one operation. If you omit this parameter, the default of 500
is used.public Integer getMaxResults()
The maximum number of results to return in one operation. If you omit this parameter, the default of 500 is used.
public DescribeInsightRulesRequest withMaxResults(Integer maxResults)
The maximum number of results to return in one operation. If you omit this parameter, the default of 500 is used.
maxResults
- The maximum number of results to return in one operation. If you omit this parameter, the default of 500
is used.public String toString()
toString
in class Object
Object.toString()
public DescribeInsightRulesRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2024. All rights reserved.