public class ListAttachedRulesPackagesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAttachedRulesPackagesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAttachedRulesPackagesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getAssessmentArn()
The ARN specifying the assessment whose rules packages you want to list.
|
Integer |
getMaxResults()
You can use this parameter to indicate the maximum number of items you
want in the response.
|
String |
getNextToken()
You can use this parameter when paginating results.
|
int |
hashCode() |
void |
setAssessmentArn(String assessmentArn)
The ARN specifying the assessment whose rules packages you want to list.
|
void |
setMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items you
want in the response.
|
void |
setNextToken(String nextToken)
You can use this parameter when paginating results.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListAttachedRulesPackagesRequest |
withAssessmentArn(String assessmentArn)
The ARN specifying the assessment whose rules packages you want to list.
|
ListAttachedRulesPackagesRequest |
withMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items you
want in the response.
|
ListAttachedRulesPackagesRequest |
withNextToken(String nextToken)
You can use this parameter when paginating results.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setAssessmentArn(String assessmentArn)
The ARN specifying the assessment whose rules packages you want to list.
assessmentArn - The ARN specifying the assessment whose rules packages you want to
list.public String getAssessmentArn()
The ARN specifying the assessment whose rules packages you want to list.
public ListAttachedRulesPackagesRequest withAssessmentArn(String assessmentArn)
The ARN specifying the assessment whose rules packages you want to list.
assessmentArn - The ARN specifying the assessment whose rules packages you want to
list.public void setNextToken(String nextToken)
You can use this parameter when paginating results. Set the value of this parameter to 'null' on your first call to the ListAttachedRulesPackages action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from previous response to continue listing data.
nextToken - You can use this parameter when paginating results. Set the value
of this parameter to 'null' on your first call to the
ListAttachedRulesPackages action. Subsequent calls to the
action fill nextToken in the request with the value of
NextToken from previous response to continue listing data.public String getNextToken()
You can use this parameter when paginating results. Set the value of this parameter to 'null' on your first call to the ListAttachedRulesPackages action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from previous response to continue listing data.
public ListAttachedRulesPackagesRequest withNextToken(String nextToken)
You can use this parameter when paginating results. Set the value of this parameter to 'null' on your first call to the ListAttachedRulesPackages action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from previous response to continue listing data.
nextToken - You can use this parameter when paginating results. Set the value
of this parameter to 'null' on your first call to the
ListAttachedRulesPackages action. Subsequent calls to the
action fill nextToken in the request with the value of
NextToken from previous response to continue listing data.public void setMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items you want in the response. The default value is 10. The maximum value is 500.
maxResults - You can use this parameter to indicate the maximum number of items
you want in the response. The default value is 10. The maximum
value is 500.public Integer getMaxResults()
You can use this parameter to indicate the maximum number of items you want in the response. The default value is 10. The maximum value is 500.
public ListAttachedRulesPackagesRequest withMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items you want in the response. The default value is 10. The maximum value is 500.
maxResults - You can use this parameter to indicate the maximum number of items
you want in the response. The default value is 10. The maximum
value is 500.public String toString()
toString in class ObjectObject.toString()public ListAttachedRulesPackagesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.