@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; useful for testing and debugging.
|
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, withSdkRequestTimeout
public 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.StopAction
public 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.
StopAction
public 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.StopAction
public 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.StopAction
public String toString()
toString
in class Object
Object.toString()
public StopAssessmentRunRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.