public class StartAssessmentRunRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StartAssessmentRunRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartAssessmentRunRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAssessmentRunName()
You can specify the name for the assessment run, or you can use the
auto-generated name that is based on the assessment template name.
|
String |
getAssessmentTemplateArn()
The ARN of the assessment template of the assessment run that you want to
start.
|
int |
hashCode() |
void |
setAssessmentRunName(String assessmentRunName)
You can specify the name for the assessment run, or you can use the
auto-generated name that is based on the assessment template name.
|
void |
setAssessmentTemplateArn(String assessmentTemplateArn)
The ARN of the assessment template of the assessment run that you want to
start.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StartAssessmentRunRequest |
withAssessmentRunName(String assessmentRunName)
You can specify the name for the assessment run, or you can use the
auto-generated name that is based on the assessment template name.
|
StartAssessmentRunRequest |
withAssessmentTemplateArn(String assessmentTemplateArn)
The ARN of the assessment template of the assessment run that you want to
start.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setAssessmentTemplateArn(String assessmentTemplateArn)
The ARN of the assessment template of the assessment run that you want to start.
assessmentTemplateArn - The ARN of the assessment template of the assessment run that you
want to start.public String getAssessmentTemplateArn()
The ARN of the assessment template of the assessment run that you want to start.
public StartAssessmentRunRequest withAssessmentTemplateArn(String assessmentTemplateArn)
The ARN of the assessment template of the assessment run that you want to start.
assessmentTemplateArn - The ARN of the assessment template of the assessment run that you
want to start.public void setAssessmentRunName(String assessmentRunName)
You can specify the name for the assessment run, or you can use the auto-generated name that is based on the assessment template name. The name must be unique for the assessment template.
assessmentRunName - You can specify the name for the assessment run, or you can use
the auto-generated name that is based on the assessment template
name. The name must be unique for the assessment template.public String getAssessmentRunName()
You can specify the name for the assessment run, or you can use the auto-generated name that is based on the assessment template name. The name must be unique for the assessment template.
public StartAssessmentRunRequest withAssessmentRunName(String assessmentRunName)
You can specify the name for the assessment run, or you can use the auto-generated name that is based on the assessment template name. The name must be unique for the assessment template.
assessmentRunName - You can specify the name for the assessment run, or you can use
the auto-generated name that is based on the assessment template
name. The name must be unique for the assessment template.public String toString()
toString in class ObjectObject.toString()public StartAssessmentRunRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.