@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteApplicationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DeleteApplicationRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DeleteApplicationRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getApplicationId()
 The unique Id of the web application. | 
| String | getClientToken()
 A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. | 
| int | hashCode() | 
| void | setApplicationId(String applicationId)
 The unique Id of the web application. | 
| void | setClientToken(String clientToken)
 A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. | 
| String | toString()Returns a string representation of this object. | 
| DeleteApplicationRequest | withApplicationId(String applicationId)
 The unique Id of the web application. | 
| DeleteApplicationRequest | withClientToken(String clientToken)
 A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. | 
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, withSdkRequestTimeoutpublic void setApplicationId(String applicationId)
The unique Id of the web application.
applicationId - The unique Id of the web application.public String getApplicationId()
The unique Id of the web application.
public DeleteApplicationRequest withApplicationId(String applicationId)
The unique Id of the web application.
applicationId - The unique Id of the web application.public void setClientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
clientToken - A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't
        reuse this client token if a new idempotent request is required.public String getClientToken()
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
public DeleteApplicationRequest withClientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
clientToken - A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't
        reuse this client token if a new idempotent request is required.public String toString()
toString in class ObjectObject.toString()public DeleteApplicationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()