@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, ID, or ARN of the application that will be updated.
|
String |
getDescription()
The new description of the application.
|
String |
getName()
Deprecated.
|
int |
hashCode() |
void |
setApplication(String application)
The name, ID, or ARN of the application that will be updated.
|
void |
setDescription(String description)
The new description of the application.
|
void |
setName(String name)
Deprecated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateApplicationRequest |
withApplication(String application)
The name, ID, or ARN of the application that will be updated.
|
UpdateApplicationRequest |
withDescription(String description)
The new description of the application.
|
UpdateApplicationRequest |
withName(String name)
Deprecated.
|
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 void setApplication(String application)
The name, ID, or ARN of the application that will be updated.
application
- The name, ID, or ARN of the application that will be updated.public String getApplication()
The name, ID, or ARN of the application that will be updated.
public UpdateApplicationRequest withApplication(String application)
The name, ID, or ARN of the application that will be updated.
application
- The name, ID, or ARN of the application that will be updated.@Deprecated public void setName(String name)
Deprecated: The new name of the application. The name must be unique in the region in which you are updating the application. Please do not use this field as we have stopped supporting name updates.
name
- Deprecated: The new name of the application. The name must be unique in the region in which you are
updating the application. Please do not use this field as we have stopped supporting name updates.@Deprecated public String getName()
Deprecated: The new name of the application. The name must be unique in the region in which you are updating the application. Please do not use this field as we have stopped supporting name updates.
@Deprecated public UpdateApplicationRequest withName(String name)
Deprecated: The new name of the application. The name must be unique in the region in which you are updating the application. Please do not use this field as we have stopped supporting name updates.
name
- Deprecated: The new name of the application. The name must be unique in the region in which you are
updating the application. Please do not use this field as we have stopped supporting name updates.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 Object
Object.toString()
public UpdateApplicationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()