public class UpdateApplicationRequest extends AmazonWebServiceRequest implements java.io.Serializable
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.
| コンストラクタと説明 |
|---|
UpdateApplicationRequest()
Default constructor for a new UpdateApplicationRequest object.
|
UpdateApplicationRequest(java.lang.String applicationName)
Constructs a new UpdateApplicationRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getApplicationName()
The name of the application to update.
|
java.lang.String |
getDescription()
A new description for the application.
|
int |
hashCode() |
void |
setApplicationName(java.lang.String applicationName)
The name of the application to update.
|
void |
setDescription(java.lang.String description)
A new description for the application.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateApplicationRequest |
withApplicationName(java.lang.String applicationName)
The name of the application to update.
|
UpdateApplicationRequest |
withDescription(java.lang.String description)
A new description for the application.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic UpdateApplicationRequest()
public UpdateApplicationRequest(java.lang.String applicationName)
applicationName - The name of the application to update. If no
such application is found, UpdateApplication returns an
InvalidParameterValue error.public java.lang.String getApplicationName()
UpdateApplication returns an
InvalidParameterValue error.
Constraints:
Length: 1 - 100
UpdateApplication returns an
InvalidParameterValue error.public void setApplicationName(java.lang.String applicationName)
UpdateApplication returns an
InvalidParameterValue error.
Constraints:
Length: 1 - 100
applicationName - The name of the application to update. If no such application is
found, UpdateApplication returns an
InvalidParameterValue error.public UpdateApplicationRequest withApplicationName(java.lang.String applicationName)
UpdateApplication returns an
InvalidParameterValue error.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
applicationName - The name of the application to update. If no such application is
found, UpdateApplication returns an
InvalidParameterValue error.public java.lang.String getDescription()
Default: If not specified, AWS Elastic Beanstalk does not update the description.
Constraints:
Length: 0 - 200
Default: If not specified, AWS Elastic Beanstalk does not update the description.
public void setDescription(java.lang.String description)
Default: If not specified, AWS Elastic Beanstalk does not update the description.
Constraints:
Length: 0 - 200
description - A new description for the application. Default: If not specified, AWS Elastic Beanstalk does not update the description.
public UpdateApplicationRequest withDescription(java.lang.String description)
Default: If not specified, AWS Elastic Beanstalk does not update the description.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 200
description - A new description for the application. Default: If not specified, AWS Elastic Beanstalk does not update the description.
public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object