Class AwsJsonSubstitutionCommandPreprocessorConfig

java.lang.Object
software.amazon.awssdk.services.iot.model.AwsJsonSubstitutionCommandPreprocessorConfig
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<AwsJsonSubstitutionCommandPreprocessorConfig.Builder,AwsJsonSubstitutionCommandPreprocessorConfig>

@Generated("software.amazon.awssdk:codegen") public final class AwsJsonSubstitutionCommandPreprocessorConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsJsonSubstitutionCommandPreprocessorConfig.Builder,AwsJsonSubstitutionCommandPreprocessorConfig>

Configures the command to treat the payloadTemplate as a JSON document for preprocessing. This preprocessor substitutes placeholders with parameter values to generate the command execution request payload.

See Also: