@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListExclusionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListExclusionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListExclusionsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAssessmentRunArn()
The ARN of the assessment run that generated the exclusions that 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 |
setAssessmentRunArn(String assessmentRunArn)
The ARN of the assessment run that generated the exclusions that 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.
|
ListExclusionsRequest |
withAssessmentRunArn(String assessmentRunArn)
The ARN of the assessment run that generated the exclusions that you want to list.
|
ListExclusionsRequest |
withMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items you want in the response.
|
ListExclusionsRequest |
withNextToken(String nextToken)
You can use this parameter when paginating results.
|
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, withSdkRequestTimeoutpublic void setAssessmentRunArn(String assessmentRunArn)
The ARN of the assessment run that generated the exclusions that you want to list.
assessmentRunArn - The ARN of the assessment run that generated the exclusions that you want to list.public String getAssessmentRunArn()
The ARN of the assessment run that generated the exclusions that you want to list.
public ListExclusionsRequest withAssessmentRunArn(String assessmentRunArn)
The ARN of the assessment run that generated the exclusions that you want to list.
assessmentRunArn - The ARN of the assessment run that generated the exclusions that 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 ListExclusionsRequest action. Subsequent calls to the action fill nextToken in the request with the value of nextToken from the 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 ListExclusionsRequest action. Subsequent calls to the action fill nextToken in the request
with the value of nextToken from the 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 ListExclusionsRequest action. Subsequent calls to the action fill nextToken in the request with the value of nextToken from the previous response to continue listing data.
public ListExclusionsRequest 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 ListExclusionsRequest action. Subsequent calls to the action fill nextToken in the request with the value of nextToken from the 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 ListExclusionsRequest action. Subsequent calls to the action fill nextToken in the request
with the value of nextToken from the 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 100. 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 100. 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 100. The maximum value is 500.
public ListExclusionsRequest withMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items you want in the response. The default value is 100. 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 100. The maximum value is 500.public String toString()
toString in class ObjectObject.toString()public ListExclusionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.