@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartResourceEvaluationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StartResourceEvaluationRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartResourceEvaluationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A client token is a unique, case-sensitive string of up to 64 ASCII characters.
|
EvaluationContext |
getEvaluationContext()
Returns an
EvaluationContext object. |
String |
getEvaluationMode()
The mode of an evaluation.
|
Integer |
getEvaluationTimeout()
The timeout for an evaluation.
|
ResourceDetails |
getResourceDetails()
Returns a
ResourceDetails object. |
int |
hashCode() |
void |
setClientToken(String clientToken)
A client token is a unique, case-sensitive string of up to 64 ASCII characters.
|
void |
setEvaluationContext(EvaluationContext evaluationContext)
Returns an
EvaluationContext object. |
void |
setEvaluationMode(String evaluationMode)
The mode of an evaluation.
|
void |
setEvaluationTimeout(Integer evaluationTimeout)
The timeout for an evaluation.
|
void |
setResourceDetails(ResourceDetails resourceDetails)
Returns a
ResourceDetails object. |
String |
toString()
Returns a string representation of this object.
|
StartResourceEvaluationRequest |
withClientToken(String clientToken)
A client token is a unique, case-sensitive string of up to 64 ASCII characters.
|
StartResourceEvaluationRequest |
withEvaluationContext(EvaluationContext evaluationContext)
Returns an
EvaluationContext object. |
StartResourceEvaluationRequest |
withEvaluationMode(EvaluationMode evaluationMode)
The mode of an evaluation.
|
StartResourceEvaluationRequest |
withEvaluationMode(String evaluationMode)
The mode of an evaluation.
|
StartResourceEvaluationRequest |
withEvaluationTimeout(Integer evaluationTimeout)
The timeout for an evaluation.
|
StartResourceEvaluationRequest |
withResourceDetails(ResourceDetails resourceDetails)
Returns a
ResourceDetails object. |
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 setResourceDetails(ResourceDetails resourceDetails)
Returns a ResourceDetails object.
resourceDetails - Returns a ResourceDetails object.public ResourceDetails getResourceDetails()
Returns a ResourceDetails object.
ResourceDetails object.public StartResourceEvaluationRequest withResourceDetails(ResourceDetails resourceDetails)
Returns a ResourceDetails object.
resourceDetails - Returns a ResourceDetails object.public void setEvaluationContext(EvaluationContext evaluationContext)
Returns an EvaluationContext object.
evaluationContext - Returns an EvaluationContext object.public EvaluationContext getEvaluationContext()
Returns an EvaluationContext object.
EvaluationContext object.public StartResourceEvaluationRequest withEvaluationContext(EvaluationContext evaluationContext)
Returns an EvaluationContext object.
evaluationContext - Returns an EvaluationContext object.public void setEvaluationMode(String evaluationMode)
The mode of an evaluation. The valid values for this API are DETECTIVE and PROACTIVE.
evaluationMode - The mode of an evaluation. The valid values for this API are DETECTIVE and
PROACTIVE.EvaluationModepublic String getEvaluationMode()
The mode of an evaluation. The valid values for this API are DETECTIVE and PROACTIVE.
DETECTIVE and
PROACTIVE.EvaluationModepublic StartResourceEvaluationRequest withEvaluationMode(String evaluationMode)
The mode of an evaluation. The valid values for this API are DETECTIVE and PROACTIVE.
evaluationMode - The mode of an evaluation. The valid values for this API are DETECTIVE and
PROACTIVE.EvaluationModepublic StartResourceEvaluationRequest withEvaluationMode(EvaluationMode evaluationMode)
The mode of an evaluation. The valid values for this API are DETECTIVE and PROACTIVE.
evaluationMode - The mode of an evaluation. The valid values for this API are DETECTIVE and
PROACTIVE.EvaluationModepublic void setEvaluationTimeout(Integer evaluationTimeout)
The timeout for an evaluation. The default is 900 seconds. You cannot specify a number greater than 3600. If you specify 0, Config uses the default.
evaluationTimeout - The timeout for an evaluation. The default is 900 seconds. You cannot specify a number greater than 3600.
If you specify 0, Config uses the default.public Integer getEvaluationTimeout()
The timeout for an evaluation. The default is 900 seconds. You cannot specify a number greater than 3600. If you specify 0, Config uses the default.
public StartResourceEvaluationRequest withEvaluationTimeout(Integer evaluationTimeout)
The timeout for an evaluation. The default is 900 seconds. You cannot specify a number greater than 3600. If you specify 0, Config uses the default.
evaluationTimeout - The timeout for an evaluation. The default is 900 seconds. You cannot specify a number greater than 3600.
If you specify 0, Config uses the default.public void setClientToken(String clientToken)
A client token is a unique, case-sensitive string of up to 64 ASCII characters. To make an idempotent API request using one of these actions, specify a client token in the request.
Avoid reusing the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, other than the Region or Availability Zone, the retry fails with an IdempotentParameterMismatch error.
clientToken - A client token is a unique, case-sensitive string of up to 64 ASCII characters. To make an idempotent API
request using one of these actions, specify a client token in the request. Avoid reusing the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, other than the Region or Availability Zone, the retry fails with an IdempotentParameterMismatch error.
public String getClientToken()
A client token is a unique, case-sensitive string of up to 64 ASCII characters. To make an idempotent API request using one of these actions, specify a client token in the request.
Avoid reusing the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, other than the Region or Availability Zone, the retry fails with an IdempotentParameterMismatch error.
Avoid reusing the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, other than the Region or Availability Zone, the retry fails with an IdempotentParameterMismatch error.
public StartResourceEvaluationRequest withClientToken(String clientToken)
A client token is a unique, case-sensitive string of up to 64 ASCII characters. To make an idempotent API request using one of these actions, specify a client token in the request.
Avoid reusing the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, other than the Region or Availability Zone, the retry fails with an IdempotentParameterMismatch error.
clientToken - A client token is a unique, case-sensitive string of up to 64 ASCII characters. To make an idempotent API
request using one of these actions, specify a client token in the request. Avoid reusing the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, other than the Region or Availability Zone, the retry fails with an IdempotentParameterMismatch error.
public String toString()
toString in class ObjectObject.toString()public StartResourceEvaluationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()