|  Note: | 
|---|
| If a property (for example,  CopyC# ApplicationName | 
Related Topics
 Declaration Syntax
 Declaration Syntax| C# | 
public class UpdateConfigurationTemplateRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | UpdateConfigurationTemplateRequest()()()() | Initializes a new instance of the UpdateConfigurationTemplateRequest class | 
|  | ApplicationName | 
            Gets and sets the property ApplicationName. 
             The name of the application associated with the configuration template to update. 
                     If no application is found with this name,  | 
|  | Description | 
            Gets and sets the property Description. 
             A new description for the configuration. | 
|  | 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 configuration option settings to update with the new specified option value. | 
|  | OptionsToRemove | 
            Gets and sets the property OptionsToRemove. 
             A list of configuration options to remove from the configuration set. 
                     Constraint: You can remove only  | 
|  | TemplateName | 
            Gets and sets the property TemplateName. 
             The name of the configuration template to update. 
                     If no configuration template is found with this name,  | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithApplicationName(String) | Obsolete. 
            Sets the ApplicationName property
             | 
|  | WithDescription(String) | Obsolete. 
            Sets the Description property
             | 
|  | WithOptionSettings(array<ConfigurationOptionSetting>[]()[][]) | Obsolete. 
            Sets the OptionSettings property
             | 
|  | WithOptionSettings(IEnumerable<(Of <<'(ConfigurationOptionSetting>)>>)) | Obsolete. 
            Sets the OptionSettings property
             | 
|  | WithOptionsToRemove(array<OptionSpecification>[]()[][]) | Obsolete. 
            Sets the OptionsToRemove property
             | 
|  | WithOptionsToRemove(IEnumerable<(Of <<'(OptionSpecification>)>>)) | Obsolete. 
            Sets the OptionsToRemove property
             | 
|  | WithTemplateName(String) | Obsolete. 
            Sets the TemplateName property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | UpdateConfigurationTemplateRequest | |