public class CreateAssessmentTargetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateAssessmentTargetRequest() |
Modifier and Type | Method and Description |
---|---|
CreateAssessmentTargetRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Object
Object.toString()
public CreateAssessmentTargetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.