C# Class Amazon.ElasticBeanstalk.Model.UpdateApplicationRequest

Container for the parameters to the UpdateApplication operation.

Updates the specified application to have the specified properties.

NOTE: If a property (for example, description) is not provided, the value remains unchanged. To clear these properties, specify an empty string.

Inheritance: Amazon.Runtime.AmazonWebServiceRequest
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
UpdateApplicationRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

UpdateApplicationRequest ( string applicationName ) : System

Instantiates UpdateApplicationRequest with the parameterized properties

Private Methods

Méthode Description
IsSetApplicationName ( ) : bool
IsSetDescription ( ) : bool

Method Details

UpdateApplicationRequest() public méthode

Empty constructor used to set properties independently even when a simple constructor is available
public UpdateApplicationRequest ( ) : System
Résultat System

UpdateApplicationRequest() public méthode

Instantiates UpdateApplicationRequest with the parameterized properties
public UpdateApplicationRequest ( string applicationName ) : System
applicationName string The name of the application to update. If no such application is found, UpdateApplication returns an InvalidParameterValue error.
Résultat System