@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 |
getAccountID()
Account ID.
|
String |
getApplicationID()
Application ID.
|
int |
hashCode() |
void |
setAccountID(String accountID)
Account ID.
|
void |
setApplicationID(String applicationID)
Application ID.
|
String |
toString()
Returns a string representation of this object.
|
DeleteApplicationRequest |
withAccountID(String accountID)
Account ID.
|
DeleteApplicationRequest |
withApplicationID(String applicationID)
Application ID.
|
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 setAccountID(String accountID)
Account ID.
accountID
- Account ID.public String getAccountID()
Account ID.
public DeleteApplicationRequest withAccountID(String accountID)
Account ID.
accountID
- Account ID.public void setApplicationID(String applicationID)
Application ID.
applicationID
- Application ID.public String getApplicationID()
Application ID.
public DeleteApplicationRequest withApplicationID(String applicationID)
Application ID.
applicationID
- Application ID.public String toString()
toString
in class Object
Object.toString()
public DeleteApplicationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()