public class StartAssessmentRunRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.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.
|
private java.lang.String |
assessmentTemplateArn
The ARN of the assessment template of the assessment run that you want to
start.
|
NOOP
Constructor and Description |
---|
StartAssessmentRunRequest() |
Modifier and Type | Method and Description |
---|---|
StartAssessmentRunRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.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.
|
java.lang.String |
getAssessmentTemplateArn()
The ARN of the assessment template of the assessment run that you want to
start.
|
int |
hashCode() |
void |
setAssessmentRunName(java.lang.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(java.lang.String assessmentTemplateArn)
The ARN of the assessment template of the assessment run that you want to
start.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StartAssessmentRunRequest |
withAssessmentRunName(java.lang.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(java.lang.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, withSdkRequestTimeout
private java.lang.String assessmentTemplateArn
The ARN of the assessment template of the assessment run that you want to start.
private java.lang.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.
public void setAssessmentTemplateArn(java.lang.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 java.lang.String getAssessmentTemplateArn()
The ARN of the assessment template of the assessment run that you want to start.
public StartAssessmentRunRequest withAssessmentTemplateArn(java.lang.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(java.lang.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 java.lang.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(java.lang.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 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 StartAssessmentRunRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()