C# Class Amazon.ElasticBeanstalk.Model.UpdateApplicationVersionRequest

Container for the parameters to the UpdateApplicationVersion operation.

Updates the specified application version to have the specified properties.

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

Inheritance: Amazon.Runtime.AmazonWebServiceRequest
Datei anzeigen Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
UpdateApplicationVersionRequest ( ) : System

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

UpdateApplicationVersionRequest ( string applicationName, string versionLabel ) : System

Instantiates UpdateApplicationVersionRequest with the parameterized properties

Private Methods

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

Method Details

UpdateApplicationVersionRequest() public method

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

UpdateApplicationVersionRequest() public method

Instantiates UpdateApplicationVersionRequest with the parameterized properties
public UpdateApplicationVersionRequest ( string applicationName, string versionLabel ) : System
applicationName string The name of the application associated with this version. If no application is found with this name, UpdateApplication returns an InvalidParameterValue error.
versionLabel string The name of the version to update. If no application version is found with this label, UpdateApplication returns an InvalidParameterValue error.
return System