|
|||||||
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)
Constructor Summary | |
---|---|
UpdateApplicationRequest()
Default constructor for a new UpdateApplicationRequest object. |
|
UpdateApplicationRequest(String applicationName)
Constructs a new UpdateApplicationRequest object. |
Method Summary | |
---|---|
String |
getApplicationName()
The name of the application to update. |
String |
getDescription()
A new description for the application. |
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, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, 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 Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |