Class StartAssessmentRunRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
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 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.toString()
Returns a string representation of this object; useful for testing and debugging.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.withAssessmentTemplateArn
(String assessmentTemplateArn) The ARN of the assessment template of the assessment run that you want to start.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
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
-
Constructor Details
-
StartAssessmentRunRequest
public StartAssessmentRunRequest()
-
-
Method Details
-
setAssessmentTemplateArn
The ARN of the assessment template of the assessment run that you want to start.
- Parameters:
assessmentTemplateArn
- The ARN of the assessment template of the assessment run that you want to start.
-
getAssessmentTemplateArn
The ARN of the assessment template of the assessment run that you want to start.
- Returns:
- The ARN of the assessment template of the assessment run that you want to start.
-
withAssessmentTemplateArn
The ARN of the assessment template of the assessment run that you want to start.
- Parameters:
assessmentTemplateArn
- The ARN of the assessment template of the assessment run that you want to start.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAssessmentRunName
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.
- Parameters:
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.
-
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.
- Returns:
- 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.
-
withAssessmentRunName
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-