@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateApplicationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request to update an application.
NOOP
Constructor and Description |
---|
UpdateApplicationRequest()
Default constructor for UpdateApplicationRequest object.
|
UpdateApplicationRequest(String applicationName)
Constructs a new UpdateApplicationRequest object.
|
Modifier and Type | Method and Description |
---|---|
UpdateApplicationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
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.public void setApplicationName(String applicationName)
The name of the application to update. If no such application is found, UpdateApplication
returns an
InvalidParameterValue
error.
applicationName
- The name of the application to update. If no such application is found, UpdateApplication
returns an InvalidParameterValue
error.public String getApplicationName()
The name of the application to update. If no such application is found, UpdateApplication
returns an
InvalidParameterValue
error.
UpdateApplication
returns an InvalidParameterValue
error.public UpdateApplicationRequest withApplicationName(String applicationName)
The name of the application to update. If no such application is found, UpdateApplication
returns an
InvalidParameterValue
error.
applicationName
- The name of the application to update. If no such application is found, UpdateApplication
returns an InvalidParameterValue
error.public void setDescription(String description)
A new description for the application.
Default: If not specified, AWS Elastic Beanstalk does not update the description.
description
- A new description for the application.
Default: If not specified, AWS Elastic Beanstalk does not update the description.
public String getDescription()
A new description for the application.
Default: If not specified, AWS Elastic Beanstalk does not update the description.
Default: If not specified, AWS Elastic Beanstalk does not update the description.
public UpdateApplicationRequest withDescription(String description)
A new description for the application.
Default: If not specified, AWS Elastic Beanstalk does not update the description.
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()
public UpdateApplicationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.