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 request.
|
boolean |
equals(Object obj) |
String |
getApplicationArn()
Application ARN that you want to update.
|
String |
getApplicationName()
Application name that you want to update.
|
String |
getResourceGroupArn()
The resource group ARN that you want to update.
|
int |
hashCode() |
void |
setApplicationArn(String applicationArn)
Application ARN that you want to update.
|
void |
setApplicationName(String applicationName)
Application name that you want to update.
|
void |
setResourceGroupArn(String resourceGroupArn)
The resource group ARN that you want to update.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateApplicationRequest |
withApplicationArn(String applicationArn)
Application ARN that you want to update.
|
UpdateApplicationRequest |
withApplicationName(String applicationName)
Application name that you want to update.
|
UpdateApplicationRequest |
withResourceGroupArn(String resourceGroupArn)
The resource group ARN that you want to update.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setApplicationArn(String applicationArn)
Application ARN that you want to update.
applicationArn
- Application ARN that you want to update.public String getApplicationArn()
Application ARN that you want to update.
public UpdateApplicationRequest withApplicationArn(String applicationArn)
Application ARN that you want to update.
applicationArn
- Application ARN that you want to update.public void setApplicationName(String applicationName)
Application name that you want to update.
applicationName
- Application name that you want to update.public String getApplicationName()
Application name that you want to update.
public UpdateApplicationRequest withApplicationName(String applicationName)
Application name that you want to update.
applicationName
- Application name that you want to update.public void setResourceGroupArn(String resourceGroupArn)
The resource group ARN that you want to update.
resourceGroupArn
- The resource group ARN that you want to update.public String getResourceGroupArn()
The resource group ARN that you want to update.
public UpdateApplicationRequest withResourceGroupArn(String resourceGroupArn)
The resource group ARN that you want to update.
resourceGroupArn
- The resource group ARN that you want to update.public String toString()
toString
in class Object
Object.toString()
public UpdateApplicationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.