@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
This parameter is not currently used.
|
String |
getNextToken()
Reserved for future use.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
This parameter is not currently used.
|
void |
setNextToken(String nextToken)
Reserved for future use.
|
String |
toString()
Returns a string representation of this object.
|
DescribeInsightRulesRequest |
withMaxResults(Integer maxResults)
This parameter is not currently used.
|
DescribeInsightRulesRequest |
withNextToken(String nextToken)
Reserved for future use.
|
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 setNextToken(String nextToken)
Reserved for future use.
nextToken
- Reserved for future use.public String getNextToken()
Reserved for future use.
public DescribeInsightRulesRequest withNextToken(String nextToken)
Reserved for future use.
nextToken
- Reserved for future use.public void setMaxResults(Integer maxResults)
This parameter is not currently used. Reserved for future use. If it is used in the future, the maximum value may be different.
maxResults
- This parameter is not currently used. Reserved for future use. If it is used in the future, the maximum
value may be different.public Integer getMaxResults()
This parameter is not currently used. Reserved for future use. If it is used in the future, the maximum value may be different.
public DescribeInsightRulesRequest withMaxResults(Integer maxResults)
This parameter is not currently used. Reserved for future use. If it is used in the future, the maximum value may be different.
maxResults
- This parameter is not currently used. Reserved for future use. If it is used in the future, the maximum
value may be different.public String toString()
toString
in class Object
Object.toString()
public DescribeInsightRulesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.