public class CreateAssessmentTargetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateAssessmentTargetRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateAssessmentTargetRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAssessmentTargetName()
The user-defined name identifying the assessment target that you want to
create.
|
String |
getResourceGroupArn()
The ARN specifying the resource group that is used to create the
assessment target.
|
int |
hashCode() |
void |
setAssessmentTargetName(String assessmentTargetName)
The user-defined name identifying the assessment target that you want to
create.
|
void |
setResourceGroupArn(String resourceGroupArn)
The ARN specifying the resource group that is used to create the
assessment target.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateAssessmentTargetRequest |
withAssessmentTargetName(String assessmentTargetName)
The user-defined name identifying the assessment target that you want to
create.
|
CreateAssessmentTargetRequest |
withResourceGroupArn(String resourceGroupArn)
The ARN specifying the resource group that is used to create the
assessment target.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setAssessmentTargetName(String assessmentTargetName)
The user-defined name identifying the assessment target that you want to create. The name must be unique within the AWS account.
assessmentTargetName - The user-defined name identifying the assessment target that you
want to create. The name must be unique within the AWS account.public String getAssessmentTargetName()
The user-defined name identifying the assessment target that you want to create. The name must be unique within the AWS account.
public CreateAssessmentTargetRequest withAssessmentTargetName(String assessmentTargetName)
The user-defined name identifying the assessment target that you want to create. The name must be unique within the AWS account.
assessmentTargetName - The user-defined name identifying the assessment target that you
want to create. The name must be unique within the AWS account.public void setResourceGroupArn(String resourceGroupArn)
The ARN specifying the resource group that is used to create the assessment target.
resourceGroupArn - The ARN specifying the resource group that is used to create the
assessment target.public String getResourceGroupArn()
The ARN specifying the resource group that is used to create the assessment target.
public CreateAssessmentTargetRequest withResourceGroupArn(String resourceGroupArn)
The ARN specifying the resource group that is used to create the assessment target.
resourceGroupArn - The ARN specifying the resource group that is used to create the
assessment target.public String toString()
toString in class ObjectObject.toString()public CreateAssessmentTargetRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.