public class UpdateAssessmentTargetRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
assessmentTargetArn
The ARN of the assessment target that you want to update.
|
private java.lang.String |
assessmentTargetName
The name of the assessment target that you want to update.
|
private java.lang.String |
resourceGroupArn
The ARN of the resource group that is used to specify the new resource
group to associate with the assessment target.
|
NOOP
Constructor and Description |
---|
UpdateAssessmentTargetRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateAssessmentTargetRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAssessmentTargetArn()
The ARN of the assessment target that you want to update.
|
java.lang.String |
getAssessmentTargetName()
The name of the assessment target that you want to update.
|
java.lang.String |
getResourceGroupArn()
The ARN of the resource group that is used to specify the new resource
group to associate with the assessment target.
|
int |
hashCode() |
void |
setAssessmentTargetArn(java.lang.String assessmentTargetArn)
The ARN of the assessment target that you want to update.
|
void |
setAssessmentTargetName(java.lang.String assessmentTargetName)
The name of the assessment target that you want to update.
|
void |
setResourceGroupArn(java.lang.String resourceGroupArn)
The ARN of the resource group that is used to specify the new resource
group to associate with the assessment target.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateAssessmentTargetRequest |
withAssessmentTargetArn(java.lang.String assessmentTargetArn)
The ARN of the assessment target that you want to update.
|
UpdateAssessmentTargetRequest |
withAssessmentTargetName(java.lang.String assessmentTargetName)
The name of the assessment target that you want to update.
|
UpdateAssessmentTargetRequest |
withResourceGroupArn(java.lang.String resourceGroupArn)
The ARN of the resource group that is used to specify the new resource
group to associate with the assessment target.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String assessmentTargetArn
The ARN of the assessment target that you want to update.
private java.lang.String assessmentTargetName
The name of the assessment target that you want to update.
private java.lang.String resourceGroupArn
The ARN of the resource group that is used to specify the new resource group to associate with the assessment target.
public void setAssessmentTargetArn(java.lang.String assessmentTargetArn)
The ARN of the assessment target that you want to update.
assessmentTargetArn
- The ARN of the assessment target that you want to update.public java.lang.String getAssessmentTargetArn()
The ARN of the assessment target that you want to update.
public UpdateAssessmentTargetRequest withAssessmentTargetArn(java.lang.String assessmentTargetArn)
The ARN of the assessment target that you want to update.
assessmentTargetArn
- The ARN of the assessment target that you want to update.public void setAssessmentTargetName(java.lang.String assessmentTargetName)
The name of the assessment target that you want to update.
assessmentTargetName
- The name of the assessment target that you want to update.public java.lang.String getAssessmentTargetName()
The name of the assessment target that you want to update.
public UpdateAssessmentTargetRequest withAssessmentTargetName(java.lang.String assessmentTargetName)
The name of the assessment target that you want to update.
assessmentTargetName
- The name of the assessment target that you want to update.public void setResourceGroupArn(java.lang.String resourceGroupArn)
The ARN of the resource group that is used to specify the new resource group to associate with the assessment target.
resourceGroupArn
- The ARN of the resource group that is used to specify the new
resource group to associate with the assessment target.public java.lang.String getResourceGroupArn()
The ARN of the resource group that is used to specify the new resource group to associate with the assessment target.
public UpdateAssessmentTargetRequest withResourceGroupArn(java.lang.String resourceGroupArn)
The ARN of the resource group that is used to specify the new resource group to associate with the assessment target.
resourceGroupArn
- The ARN of the resource group that is used to specify the new
resource group to associate with the assessment target.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public UpdateAssessmentTargetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()