public class UpdateApplicationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of an update application operation.
NOOP
Constructor and Description |
---|
UpdateApplicationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateApplicationRequest |
clone() |
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, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public void setApplicationName(String applicationName)
The current name of the application that you want to change.
applicationName
- The current name of the application that you want to change.public String getApplicationName()
The current name of the application that you want to change.
public UpdateApplicationRequest withApplicationName(String applicationName)
The current name of the application that you want to change.
applicationName
- The current name of the application that you want to change.public void setNewApplicationName(String newApplicationName)
The new name that you want to change the application to.
newApplicationName
- The new name that you want to change the application to.public String getNewApplicationName()
The new name that you want to change the application to.
public UpdateApplicationRequest withNewApplicationName(String newApplicationName)
The new name that you want to change the application to.
newApplicationName
- The new name that you want to change the application to.public String toString()
toString
in class Object
Object.toString()
public UpdateApplicationRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2015. All rights reserved.