@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopAssessmentRunRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StopAssessmentRunRequest() |
| Modifier and Type | Method and Description |
|---|---|
StopAssessmentRunRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAssessmentRunArn()
The ARN of the assessment run that you want to stop.
|
String |
getStopAction()
An input option that can be set to either START_EVALUATION or SKIP_EVALUATION.
|
int |
hashCode() |
void |
setAssessmentRunArn(String assessmentRunArn)
The ARN of the assessment run that you want to stop.
|
void |
setStopAction(String stopAction)
An input option that can be set to either START_EVALUATION or SKIP_EVALUATION.
|
String |
toString()
Returns a string representation of this object.
|
StopAssessmentRunRequest |
withAssessmentRunArn(String assessmentRunArn)
The ARN of the assessment run that you want to stop.
|
StopAssessmentRunRequest |
withStopAction(StopAction stopAction)
An input option that can be set to either START_EVALUATION or SKIP_EVALUATION.
|
StopAssessmentRunRequest |
withStopAction(String stopAction)
An input option that can be set to either START_EVALUATION or SKIP_EVALUATION.
|
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, withSdkRequestTimeoutpublic void setAssessmentRunArn(String assessmentRunArn)
The ARN of the assessment run that you want to stop.
assessmentRunArn - The ARN of the assessment run that you want to stop.public String getAssessmentRunArn()
The ARN of the assessment run that you want to stop.
public StopAssessmentRunRequest withAssessmentRunArn(String assessmentRunArn)
The ARN of the assessment run that you want to stop.
assessmentRunArn - The ARN of the assessment run that you want to stop.public void setStopAction(String stopAction)
An input option that can be set to either START_EVALUATION or SKIP_EVALUATION. START_EVALUATION (the default value), stops the AWS agent from collecting data and begins the results evaluation and the findings generation process. SKIP_EVALUATION cancels the assessment run immediately, after which no findings are generated.
stopAction - An input option that can be set to either START_EVALUATION or SKIP_EVALUATION. START_EVALUATION (the
default value), stops the AWS agent from collecting data and begins the results evaluation and the
findings generation process. SKIP_EVALUATION cancels the assessment run immediately, after which no
findings are generated.StopActionpublic String getStopAction()
An input option that can be set to either START_EVALUATION or SKIP_EVALUATION. START_EVALUATION (the default value), stops the AWS agent from collecting data and begins the results evaluation and the findings generation process. SKIP_EVALUATION cancels the assessment run immediately, after which no findings are generated.
StopActionpublic StopAssessmentRunRequest withStopAction(String stopAction)
An input option that can be set to either START_EVALUATION or SKIP_EVALUATION. START_EVALUATION (the default value), stops the AWS agent from collecting data and begins the results evaluation and the findings generation process. SKIP_EVALUATION cancels the assessment run immediately, after which no findings are generated.
stopAction - An input option that can be set to either START_EVALUATION or SKIP_EVALUATION. START_EVALUATION (the
default value), stops the AWS agent from collecting data and begins the results evaluation and the
findings generation process. SKIP_EVALUATION cancels the assessment run immediately, after which no
findings are generated.StopActionpublic StopAssessmentRunRequest withStopAction(StopAction stopAction)
An input option that can be set to either START_EVALUATION or SKIP_EVALUATION. START_EVALUATION (the default value), stops the AWS agent from collecting data and begins the results evaluation and the findings generation process. SKIP_EVALUATION cancels the assessment run immediately, after which no findings are generated.
stopAction - An input option that can be set to either START_EVALUATION or SKIP_EVALUATION. START_EVALUATION (the
default value), stops the AWS agent from collecting data and begins the results evaluation and the
findings generation process. SKIP_EVALUATION cancels the assessment run immediately, after which no
findings are generated.StopActionpublic String toString()
toString in class ObjectObject.toString()public StopAssessmentRunRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()