@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateExclusionsPreviewRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateExclusionsPreviewRequest() |
Modifier and Type | Method and Description |
---|---|
CreateExclusionsPreviewRequest |
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 you want to create an exclusions preview.
|
int |
hashCode() |
void |
setAssessmentTemplateArn(String assessmentTemplateArn)
The ARN that specifies the assessment template for which you want to create an exclusions preview.
|
String |
toString()
Returns a string representation of this object.
|
CreateExclusionsPreviewRequest |
withAssessmentTemplateArn(String assessmentTemplateArn)
The ARN that specifies the assessment template for which you want to create an 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 you want to create an exclusions preview.
assessmentTemplateArn
- The ARN that specifies the assessment template for which you want to create an exclusions preview.public String getAssessmentTemplateArn()
The ARN that specifies the assessment template for which you want to create an exclusions preview.
public CreateExclusionsPreviewRequest withAssessmentTemplateArn(String assessmentTemplateArn)
The ARN that specifies the assessment template for which you want to create an exclusions preview.
assessmentTemplateArn
- The ARN that specifies the assessment template for which you want to create an exclusions preview.public String toString()
toString
in class Object
Object.toString()
public CreateExclusionsPreviewRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()