@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 Source source()
The location of the validation script.
public String instanceId()
The ID of the instance. The instance must have the following tag: UserForSMSApplicationValidation=true.
public 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 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 String command()
The command to run the validation script
public Integer executionTimeoutSeconds()
The timeout interval, in seconds.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.