@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartAssessmentRunRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartAssessmentRunRequest() |
Modifier and Type | Method and Description |
---|---|
StartAssessmentRunRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAssessmentRunName()
You can specify the name for the assessment run.
|
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.
|
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.
|
StartAssessmentRunRequest |
withAssessmentTemplateArn(String assessmentTemplateArn)
The ARN of the assessment template of the assessment run that you want to start.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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. The name must be unique for the assessment template whose ARN is used to start the assessment run.
assessmentRunName
- You can specify the name for the assessment run. The name must be unique for the assessment template whose
ARN is used to start the assessment run.public String getAssessmentRunName()
You can specify the name for the assessment run. The name must be unique for the assessment template whose ARN is used to start the assessment run.
public StartAssessmentRunRequest withAssessmentRunName(String assessmentRunName)
You can specify the name for the assessment run. The name must be unique for the assessment template whose ARN is used to start the assessment run.
assessmentRunName
- You can specify the name for the assessment run. The name must be unique for the assessment template whose
ARN is used to start the assessment run.public String toString()
toString
in class Object
Object.toString()
public StartAssessmentRunRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.