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