AWS SDK for .NET Documentation
UpdateApplicationRequest Class
AmazonAmazon.ElasticBeanstalk.ModelUpdateApplicationRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the UpdateApplication operation. Updates the specified application to have the specified properties.
Note:
If a property (for example,
CopyC#
description
) is not provided, the value remains unchanged. To clear these properties, specify an empty string.
Declaration Syntax
C#
public class UpdateApplicationRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
UpdateApplicationRequest()()()()
Initializes a new instance of the UpdateApplicationRequest class

ApplicationName
Gets and sets the property ApplicationName.

The name of the application to update. If no such application is found,

CopyC#
UpdateApplication
returns an
CopyC#
InvalidParameterValue
error.


Description
Gets and sets the property Description.

A new description for the application.

Default: If not specified, AWS Elastic Beanstalk does not update the description.


Equals(Object)
Determines whether the specified Object is equal to the current 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.)
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

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 UpdateApplicationRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)