@Generated(value="software.amazon.awssdk:codegen") public final class StartResourceEvaluationRequest extends ConfigRequest implements ToCopyableBuilder<StartResourceEvaluationRequest.Builder,StartResourceEvaluationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartResourceEvaluationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartResourceEvaluationRequest.Builder |
builder() |
String |
clientToken()
A client token is a unique, case-sensitive string of up to 64 ASCII characters.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
EvaluationContext |
evaluationContext()
Returns an
EvaluationContext object. |
EvaluationMode |
evaluationMode()
The mode of an evaluation.
|
String |
evaluationModeAsString()
The mode of an evaluation.
|
Integer |
evaluationTimeout()
The timeout for an evaluation.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ResourceDetails |
resourceDetails()
Returns a
ResourceDetails object. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartResourceEvaluationRequest.Builder> |
serializableBuilderClass() |
StartResourceEvaluationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ResourceDetails resourceDetails()
Returns a ResourceDetails object.
ResourceDetails object.public final EvaluationContext evaluationContext()
Returns an EvaluationContext object.
EvaluationContext object.public final EvaluationMode evaluationMode()
The mode of an evaluation. The valid values for this API are DETECTIVE and PROACTIVE.
If the service returns an enum value that is not available in the current SDK version, evaluationMode
will return EvaluationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from evaluationModeAsString().
DETECTIVE and
PROACTIVE.EvaluationModepublic final String evaluationModeAsString()
The mode of an evaluation. The valid values for this API are DETECTIVE and PROACTIVE.
If the service returns an enum value that is not available in the current SDK version, evaluationMode
will return EvaluationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from evaluationModeAsString().
DETECTIVE and
PROACTIVE.EvaluationModepublic final 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.
public final 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.
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.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartResourceEvaluationRequest.Builder,StartResourceEvaluationRequest>toBuilder in class ConfigRequestpublic static StartResourceEvaluationRequest.Builder builder()
public static Class<? extends StartResourceEvaluationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.