public class UpdateApplicationRequest extends AmazonWebServiceRequest implements Serializable
UpdateApplication operation
.
Changes an existing application's name.
NOOP
Constructor and Description |
---|
UpdateApplicationRequest() |
Modifier and Type | Method and Description |
---|---|
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, withRequestMetricCollector
public 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 Object
Object.toString()
Copyright © 2014. All rights reserved.