This action returns a list of messages indicating any errors or warnings associated with the selection of option values.
 Declaration Syntax
 Declaration Syntax| C# | 
public class ValidateConfigurationSettingsRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ValidateConfigurationSettingsRequest()()()() | Initializes a new instance of the ValidateConfigurationSettingsRequest class | 
|  | ApplicationName | 
            Gets and sets the property ApplicationName. 
             The name of the application that the configuration template or environment belongs to. | 
|  | EnvironmentName | 
            Gets and sets the property EnvironmentName. 
             The name of the environment to validate the settings against. Condition: You cannot specify both this and a configuration template name. | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | OptionSettings | 
            Gets and sets the property OptionSettings. 
             A list of the options and desired values to evaluate. | 
|  | TemplateName | 
            Gets and sets the property TemplateName. 
             The name of the configuration template to validate the settings against. Condition: You cannot specify both this and an environment name. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithApplicationName(String) | Obsolete. 
            Sets the ApplicationName property
             | 
|  | WithEnvironmentName(String) | Obsolete. 
            Sets the EnvironmentName property
             | 
|  | WithOptionSettings(array<ConfigurationOptionSetting>[]()[][]) | Obsolete. 
            Sets the OptionSettings property
             | 
|  | WithOptionSettings(IEnumerable<(Of <<'(ConfigurationOptionSetting>)>>)) | Obsolete. 
            Sets the OptionSettings property
             | 
|  | WithTemplateName(String) | Obsolete. 
            Sets the TemplateName property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | ValidateConfigurationSettingsRequest | |