@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteApplicationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request to delete an application.
NOOP
Constructor and Description |
---|
DeleteApplicationRequest()
Default constructor for DeleteApplicationRequest object.
|
DeleteApplicationRequest(String applicationName)
Constructs a new DeleteApplicationRequest object.
|
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 |
getApplicationName()
The name of the application to delete.
|
Boolean |
getTerminateEnvByForce()
When set to true, running environments will be terminated before deleting the application.
|
int |
hashCode() |
Boolean |
isTerminateEnvByForce()
When set to true, running environments will be terminated before deleting the application.
|
void |
setApplicationName(String applicationName)
The name of the application to delete.
|
void |
setTerminateEnvByForce(Boolean terminateEnvByForce)
When set to true, running environments will be terminated before deleting the application.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteApplicationRequest |
withApplicationName(String applicationName)
The name of the application to delete.
|
DeleteApplicationRequest |
withTerminateEnvByForce(Boolean terminateEnvByForce)
When set to true, running environments will be terminated before deleting the application.
|
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 DeleteApplicationRequest()
public DeleteApplicationRequest(String applicationName)
applicationName
- The name of the application to delete.public void setApplicationName(String applicationName)
The name of the application to delete.
applicationName
- The name of the application to delete.public String getApplicationName()
The name of the application to delete.
public DeleteApplicationRequest withApplicationName(String applicationName)
The name of the application to delete.
applicationName
- The name of the application to delete.public void setTerminateEnvByForce(Boolean terminateEnvByForce)
When set to true, running environments will be terminated before deleting the application.
terminateEnvByForce
- When set to true, running environments will be terminated before deleting the application.public Boolean getTerminateEnvByForce()
When set to true, running environments will be terminated before deleting the application.
public DeleteApplicationRequest withTerminateEnvByForce(Boolean terminateEnvByForce)
When set to true, running environments will be terminated before deleting the application.
terminateEnvByForce
- When set to true, running environments will be terminated before deleting the application.public Boolean isTerminateEnvByForce()
When set to true, running environments will be terminated before deleting the application.
public String toString()
toString
in class Object
Object.toString()
public DeleteApplicationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.