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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 Object
Object.toString()
public DetachAssessmentAndRulesPackageRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.