@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 |
getApplicationId()
The unique identifier of the application you want to update.
|
Integer |
getCurrentApplicationVersion()
The current version of the application to update.
|
Definition |
getDefinition()
The application definition for this application.
|
String |
getDescription()
The description of the application to update.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The unique identifier of the application you want to update.
|
void |
setCurrentApplicationVersion(Integer currentApplicationVersion)
The current version of the application to update.
|
void |
setDefinition(Definition definition)
The application definition for this application.
|
void |
setDescription(String description)
The description of the application to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateApplicationRequest |
withApplicationId(String applicationId)
The unique identifier of the application you want to update.
|
UpdateApplicationRequest |
withCurrentApplicationVersion(Integer currentApplicationVersion)
The current version of the application to update.
|
UpdateApplicationRequest |
withDefinition(Definition definition)
The application definition for this application.
|
UpdateApplicationRequest |
withDescription(String description)
The description of the application to update.
|
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 setApplicationId(String applicationId)
The unique identifier of the application you want to update.
applicationId
- The unique identifier of the application you want to update.public String getApplicationId()
The unique identifier of the application you want to update.
public UpdateApplicationRequest withApplicationId(String applicationId)
The unique identifier of the application you want to update.
applicationId
- The unique identifier of the application you want to update.public void setCurrentApplicationVersion(Integer currentApplicationVersion)
The current version of the application to update.
currentApplicationVersion
- The current version of the application to update.public Integer getCurrentApplicationVersion()
The current version of the application to update.
public UpdateApplicationRequest withCurrentApplicationVersion(Integer currentApplicationVersion)
The current version of the application to update.
currentApplicationVersion
- The current version of the application to update.public void setDefinition(Definition definition)
The application definition for this application. You can specify either inline JSON or an S3 bucket location.
definition
- The application definition for this application. You can specify either inline JSON or an S3 bucket
location.public Definition getDefinition()
The application definition for this application. You can specify either inline JSON or an S3 bucket location.
public UpdateApplicationRequest withDefinition(Definition definition)
The application definition for this application. You can specify either inline JSON or an S3 bucket location.
definition
- The application definition for this application. You can specify either inline JSON or an S3 bucket
location.public void setDescription(String description)
The description of the application to update.
description
- The description of the application to update.public String getDescription()
The description of the application to update.
public UpdateApplicationRequest withDescription(String description)
The description of the application to update.
description
- The description of the application to update.public String toString()
toString
in class Object
Object.toString()
public UpdateApplicationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()