public class AttachAssessmentAndRulesPackageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AttachAssessmentAndRulesPackageRequest() |
Modifier and Type | Method and Description |
---|---|
AttachAssessmentAndRulesPackageRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getAssessmentArn()
The ARN specifying the assessment to which you want to attach a rules
package.
|
String |
getRulesPackageArn()
The ARN specifying the rules package that you want to attach to the
assessment.
|
int |
hashCode() |
void |
setAssessmentArn(String assessmentArn)
The ARN specifying the assessment to which you want to attach a rules
package.
|
void |
setRulesPackageArn(String rulesPackageArn)
The ARN specifying the rules package that you want to attach to the
assessment.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AttachAssessmentAndRulesPackageRequest |
withAssessmentArn(String assessmentArn)
The ARN specifying the assessment to which you want to attach a rules
package.
|
AttachAssessmentAndRulesPackageRequest |
withRulesPackageArn(String rulesPackageArn)
The ARN specifying the rules package that you want to attach to the
assessment.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public AttachAssessmentAndRulesPackageRequest()
public void setAssessmentArn(String assessmentArn)
The ARN specifying the assessment to which you want to attach a rules package.
assessmentArn
- The ARN specifying the assessment to which you want to attach a
rules package.public String getAssessmentArn()
The ARN specifying the assessment to which you want to attach a rules package.
public AttachAssessmentAndRulesPackageRequest withAssessmentArn(String assessmentArn)
The ARN specifying the assessment to which you want to attach a rules package.
assessmentArn
- The ARN specifying the assessment to which you want to attach a
rules package.public void setRulesPackageArn(String rulesPackageArn)
The ARN specifying the rules package that you want to attach to the assessment.
rulesPackageArn
- The ARN specifying the rules package that you want to attach to
the assessment.public String getRulesPackageArn()
The ARN specifying the rules package that you want to attach to the assessment.
public AttachAssessmentAndRulesPackageRequest withRulesPackageArn(String rulesPackageArn)
The ARN specifying the rules package that you want to attach to the assessment.
rulesPackageArn
- The ARN specifying the rules package that you want to attach to
the assessment.public String toString()
toString
in class Object
Object.toString()
public AttachAssessmentAndRulesPackageRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.