public class UpdateApplicationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
UpdateApplication operation.
Changes an existing application's name.
NOOP| Constructor and Description |
|---|
UpdateApplicationRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateApplicationRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getApplicationName()
The current name of the application that you want to change.
|
String |
getNewApplicationName()
The new name that you want to change the application to.
|
int |
hashCode() |
void |
setApplicationName(String applicationName)
The current name of the application that you want to change.
|
void |
setNewApplicationName(String newApplicationName)
The new name that you want to change the application to.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateApplicationRequest |
withApplicationName(String applicationName)
The current name of the application that you want to change.
|
UpdateApplicationRequest |
withNewApplicationName(String newApplicationName)
The new name that you want to change the application to.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getApplicationName()
Constraints:
Length: 1 - 100
public void setApplicationName(String applicationName)
Constraints:
Length: 1 - 100
applicationName - The current name of the application that you want to change.public UpdateApplicationRequest withApplicationName(String applicationName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
applicationName - The current name of the application that you want to change.public String getNewApplicationName()
Constraints:
Length: 1 - 100
public void setNewApplicationName(String newApplicationName)
Constraints:
Length: 1 - 100
newApplicationName - The new name that you want to change the application to.public UpdateApplicationRequest withNewApplicationName(String newApplicationName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
newApplicationName - The new name that you want to change the application to.public String toString()
toString in class ObjectObject.toString()public UpdateApplicationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2015. All rights reserved.