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