public class UpdateApplicationRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Represents the input of an update application operation.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
applicationName
The current name of the application you want to change.
|
private java.lang.String |
newApplicationName
The new name to give the application.
|
NOOP
Constructor and Description |
---|
UpdateApplicationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateApplicationRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getApplicationName()
The current name of the application you want to change.
|
java.lang.String |
getNewApplicationName()
The new name to give the application.
|
int |
hashCode() |
void |
setApplicationName(java.lang.String applicationName)
The current name of the application you want to change.
|
void |
setNewApplicationName(java.lang.String newApplicationName)
The new name to give the application.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateApplicationRequest |
withApplicationName(java.lang.String applicationName)
The current name of the application you want to change.
|
UpdateApplicationRequest |
withNewApplicationName(java.lang.String newApplicationName)
The new name to give the application.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String applicationName
The current name of the application you want to change.
private java.lang.String newApplicationName
The new name to give the application.
public void setApplicationName(java.lang.String applicationName)
The current name of the application you want to change.
applicationName
- The current name of the application you want to change.public java.lang.String getApplicationName()
The current name of the application you want to change.
public UpdateApplicationRequest withApplicationName(java.lang.String applicationName)
The current name of the application you want to change.
applicationName
- The current name of the application you want to change.public void setNewApplicationName(java.lang.String newApplicationName)
The new name to give the application.
newApplicationName
- The new name to give the application.public java.lang.String getNewApplicationName()
The new name to give the application.
public UpdateApplicationRequest withNewApplicationName(java.lang.String newApplicationName)
The new name to give the application.
newApplicationName
- The new name to give the application.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public UpdateApplicationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()