@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConfigurationId()
Configuration ID of the application to be updated.
|
String |
getDescription()
New description of the application to be updated.
|
String |
getName()
New name of the application to be updated.
|
int |
hashCode() |
void |
setConfigurationId(String configurationId)
Configuration ID of the application to be updated.
|
void |
setDescription(String description)
New description of the application to be updated.
|
void |
setName(String name)
New name of the application to be updated.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateApplicationRequest |
withConfigurationId(String configurationId)
Configuration ID of the application to be updated.
|
UpdateApplicationRequest |
withDescription(String description)
New description of the application to be updated.
|
UpdateApplicationRequest |
withName(String name)
New name of the application to be updated.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setConfigurationId(String configurationId)
Configuration ID of the application to be updated.
configurationId
- Configuration ID of the application to be updated.public String getConfigurationId()
Configuration ID of the application to be updated.
public UpdateApplicationRequest withConfigurationId(String configurationId)
Configuration ID of the application to be updated.
configurationId
- Configuration ID of the application to be updated.public void setName(String name)
New name of the application to be updated.
name
- New name of the application to be updated.public String getName()
New name of the application to be updated.
public UpdateApplicationRequest withName(String name)
New name of the application to be updated.
name
- New name of the application to be updated.public void setDescription(String description)
New description of the application to be updated.
description
- New description of the application to be updated.public String getDescription()
New description of the application to be updated.
public UpdateApplicationRequest withDescription(String description)
New description of the application to be updated.
description
- New description of the application to be updated.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.