@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetExclusionsPreviewRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetExclusionsPreviewRequest() |
Modifier and Type | Method and Description |
---|---|
GetExclusionsPreviewRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAssessmentTemplateArn()
The ARN that specifies the assessment template for which the exclusions preview was requested.
|
String |
getLocale()
The locale into which you want to translate the exclusion's title, description, and recommendation.
|
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.
|
String |
getPreviewToken()
The unique identifier associated of the exclusions preview.
|
int |
hashCode() |
void |
setAssessmentTemplateArn(String assessmentTemplateArn)
The ARN that specifies the assessment template for which the exclusions preview was requested.
|
void |
setLocale(String locale)
The locale into which you want to translate the exclusion's title, description, and recommendation.
|
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.
|
void |
setPreviewToken(String previewToken)
The unique identifier associated of the exclusions preview.
|
String |
toString()
Returns a string representation of this object.
|
GetExclusionsPreviewRequest |
withAssessmentTemplateArn(String assessmentTemplateArn)
The ARN that specifies the assessment template for which the exclusions preview was requested.
|
GetExclusionsPreviewRequest |
withLocale(Locale locale)
The locale into which you want to translate the exclusion's title, description, and recommendation.
|
GetExclusionsPreviewRequest |
withLocale(String locale)
The locale into which you want to translate the exclusion's title, description, and recommendation.
|
GetExclusionsPreviewRequest |
withMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items you want in the response.
|
GetExclusionsPreviewRequest |
withNextToken(String nextToken)
You can use this parameter when paginating results.
|
GetExclusionsPreviewRequest |
withPreviewToken(String previewToken)
The unique identifier associated of the exclusions preview.
|
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 setAssessmentTemplateArn(String assessmentTemplateArn)
The ARN that specifies the assessment template for which the exclusions preview was requested.
assessmentTemplateArn
- The ARN that specifies the assessment template for which the exclusions preview was requested.public String getAssessmentTemplateArn()
The ARN that specifies the assessment template for which the exclusions preview was requested.
public GetExclusionsPreviewRequest withAssessmentTemplateArn(String assessmentTemplateArn)
The ARN that specifies the assessment template for which the exclusions preview was requested.
assessmentTemplateArn
- The ARN that specifies the assessment template for which the exclusions preview was requested.public void setPreviewToken(String previewToken)
The unique identifier associated of the exclusions preview.
previewToken
- The unique identifier associated of the exclusions preview.public String getPreviewToken()
The unique identifier associated of the exclusions preview.
public GetExclusionsPreviewRequest withPreviewToken(String previewToken)
The unique identifier associated of the exclusions preview.
previewToken
- The unique identifier associated of the exclusions preview.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 GetExclusionsPreviewRequest 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 GetExclusionsPreviewRequest 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 GetExclusionsPreviewRequest 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 GetExclusionsPreviewRequest 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 GetExclusionsPreviewRequest 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 GetExclusionsPreviewRequest 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 GetExclusionsPreviewRequest 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 void setLocale(String locale)
The locale into which you want to translate the exclusion's title, description, and recommendation.
locale
- The locale into which you want to translate the exclusion's title, description, and recommendation.Locale
public String getLocale()
The locale into which you want to translate the exclusion's title, description, and recommendation.
Locale
public GetExclusionsPreviewRequest withLocale(String locale)
The locale into which you want to translate the exclusion's title, description, and recommendation.
locale
- The locale into which you want to translate the exclusion's title, description, and recommendation.Locale
public GetExclusionsPreviewRequest withLocale(Locale locale)
The locale into which you want to translate the exclusion's title, description, and recommendation.
locale
- The locale into which you want to translate the exclusion's title, description, and recommendation.Locale
public String toString()
toString
in class Object
Object.toString()
public GetExclusionsPreviewRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()