|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elasticbeanstalk.model.UpdateApplicationRequest
public class 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.
AWSElasticBeanstalk.updateApplication(UpdateApplicationRequest),
Serialized Form| Constructor Summary | |
|---|---|
UpdateApplicationRequest()
Default constructor for a new UpdateApplicationRequest object. |
|
UpdateApplicationRequest(String applicationName)
Constructs a new UpdateApplicationRequest object. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getApplicationName()
The name of the application to update. |
String |
getDescription()
A new description for the application. |
int |
hashCode()
|
void |
setApplicationName(String applicationName)
The name of the application to update. |
void |
setDescription(String description)
A new description for the application. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
UpdateApplicationRequest |
withApplicationName(String applicationName)
The name of the application to update. |
UpdateApplicationRequest |
withDescription(String description)
A new description for the application. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UpdateApplicationRequest()
public UpdateApplicationRequest(String applicationName)
applicationName - The name of the application to update. If no
such application is found, UpdateApplication returns an
InvalidParameterValue error.| Method Detail |
|---|
public String getApplicationName()
UpdateApplication returns an
InvalidParameterValue error.
Constraints:
Length: 1 - 100
UpdateApplication returns an
InvalidParameterValue error.public void setApplicationName(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(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 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(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(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 String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||