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
Mostra file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method 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

Method Description
IsSetApplicationName ( ) : bool
IsSetDescription ( ) : bool

Method Details

UpdateApplicationRequest() public method

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

UpdateApplicationRequest() public method

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.
return System