@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateApplicationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| UpdateApplicationRequest() | 
| 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 | getApplication()
 The name or ID of the application that will be updated. | 
| String | getDescription()
 The new description of the application. | 
| String | getName()
 The new name of the application. | 
| int | hashCode() | 
| void | setApplication(String application)
 The name or ID of the application that will be updated. | 
| void | setDescription(String description)
 The new description of the application. | 
| void | setName(String name)
 The new name of the application. | 
| String | toString()Returns a string representation of this object. | 
| UpdateApplicationRequest | withApplication(String application)
 The name or ID of the application that will be updated. | 
| UpdateApplicationRequest | withDescription(String description)
 The new description of the application. | 
| UpdateApplicationRequest | withName(String name)
 The new name of 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, withSdkRequestTimeoutpublic void setApplication(String application)
The name or ID of the application that will be updated.
application - The name or ID of the application that will be updated.public String getApplication()
The name or ID of the application that will be updated.
public UpdateApplicationRequest withApplication(String application)
The name or ID of the application that will be updated.
application - The name or ID of the application that will be updated.public void setName(String name)
The new name of the application. The name must be unique in the region in which you are updating the application.
name - The new name of the application. The name must be unique in the region in which you are updating the
        application.public String getName()
The new name of the application. The name must be unique in the region in which you are updating the application.
public UpdateApplicationRequest withName(String name)
The new name of the application. The name must be unique in the region in which you are updating the application.
name - The new name of the application. The name must be unique in the region in which you are updating the
        application.public void setDescription(String description)
The new description of the application.
description - The new description of the application.public String getDescription()
The new description of the application.
public UpdateApplicationRequest withDescription(String description)
The new description of the application.
description - The new description of the application.public String toString()
toString in class ObjectObject.toString()public UpdateApplicationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()