#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ValidateConfigurationSettingsInput
Implementations
The name of the application that the configuration template or environment belongs to.
The name of the application that the configuration template or environment belongs to.
The name of the configuration template to validate the settings against.
Condition: You cannot specify both this and an environment name.
The name of the configuration template to validate the settings against.
Condition: You cannot specify both this and an environment name.
The name of the environment to validate the settings against.
Condition: You cannot specify both this and a configuration template name.
The name of the environment to validate the settings against.
Condition: You cannot specify both this and a configuration template name.
Appends an item to option_settings
.
To override the contents of this collection use set_option_settings
.
A list of the options and desired values to evaluate.
A list of the options and desired values to evaluate.
Consumes the builder and constructs a ValidateConfigurationSettingsInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more