@Generated(value="software.amazon.awssdk:codegen") public final class SSMValidationParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SSMValidationParameters.Builder,SSMValidationParameters>
Contains validation parameters.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SSMValidationParameters.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SSMValidationParameters.Builder |
builder() |
String |
command()
The command to run the validation script.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
executionTimeoutSeconds()
The timeout interval, in seconds.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
instanceId()
The ID of the instance.
|
String |
outputS3BucketName()
The name of the S3 bucket for output.
|
ScriptType |
scriptType()
The type of validation script.
|
String |
scriptTypeAsString()
The type of validation script.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SSMValidationParameters.Builder> |
serializableBuilderClass() |
Source |
source()
The location of the validation script.
|
SSMValidationParameters.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Source source()
The location of the validation script.
public final String instanceId()
The ID of the instance. The instance must have the following tag: UserForSMSApplicationValidation=true.
public final ScriptType scriptType()
The type of validation script.
If the service returns an enum value that is not available in the current SDK version, scriptType will
return ScriptType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
scriptTypeAsString().
ScriptTypepublic final String scriptTypeAsString()
The type of validation script.
If the service returns an enum value that is not available in the current SDK version, scriptType will
return ScriptType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
scriptTypeAsString().
ScriptTypepublic final String command()
The command to run the validation script.
public final Integer executionTimeoutSeconds()
The timeout interval, in seconds.
public final String outputS3BucketName()
The name of the S3 bucket for output.
public SSMValidationParameters.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SSMValidationParameters.Builder,SSMValidationParameters>public static SSMValidationParameters.Builder builder()
public static Class<? extends SSMValidationParameters.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.