@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAppRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteAppRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteAppRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAppId()
ID of the application to delete.
|
Boolean |
getForceStopAppReplication()
While deleting the application, stop all replication jobs corresponding to the servers in the application.
|
Boolean |
getForceTerminateApp()
While deleting the application, terminate the stack corresponding to the application.
|
int |
hashCode() |
Boolean |
isForceStopAppReplication()
While deleting the application, stop all replication jobs corresponding to the servers in the application.
|
Boolean |
isForceTerminateApp()
While deleting the application, terminate the stack corresponding to the application.
|
void |
setAppId(String appId)
ID of the application to delete.
|
void |
setForceStopAppReplication(Boolean forceStopAppReplication)
While deleting the application, stop all replication jobs corresponding to the servers in the application.
|
void |
setForceTerminateApp(Boolean forceTerminateApp)
While deleting the application, terminate the stack corresponding to the application.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAppRequest |
withAppId(String appId)
ID of the application to delete.
|
DeleteAppRequest |
withForceStopAppReplication(Boolean forceStopAppReplication)
While deleting the application, stop all replication jobs corresponding to the servers in the application.
|
DeleteAppRequest |
withForceTerminateApp(Boolean forceTerminateApp)
While deleting the application, terminate the stack corresponding to 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 void setAppId(String appId)
ID of the application to delete.
appId
- ID of the application to delete.public String getAppId()
ID of the application to delete.
public DeleteAppRequest withAppId(String appId)
ID of the application to delete.
appId
- ID of the application to delete.public void setForceStopAppReplication(Boolean forceStopAppReplication)
While deleting the application, stop all replication jobs corresponding to the servers in the application.
forceStopAppReplication
- While deleting the application, stop all replication jobs corresponding to the servers in the application.public Boolean getForceStopAppReplication()
While deleting the application, stop all replication jobs corresponding to the servers in the application.
public DeleteAppRequest withForceStopAppReplication(Boolean forceStopAppReplication)
While deleting the application, stop all replication jobs corresponding to the servers in the application.
forceStopAppReplication
- While deleting the application, stop all replication jobs corresponding to the servers in the application.public Boolean isForceStopAppReplication()
While deleting the application, stop all replication jobs corresponding to the servers in the application.
public void setForceTerminateApp(Boolean forceTerminateApp)
While deleting the application, terminate the stack corresponding to the application.
forceTerminateApp
- While deleting the application, terminate the stack corresponding to the application.public Boolean getForceTerminateApp()
While deleting the application, terminate the stack corresponding to the application.
public DeleteAppRequest withForceTerminateApp(Boolean forceTerminateApp)
While deleting the application, terminate the stack corresponding to the application.
forceTerminateApp
- While deleting the application, terminate the stack corresponding to the application.public Boolean isForceTerminateApp()
While deleting the application, terminate the stack corresponding to the application.
public String toString()
toString
in class Object
Object.toString()
public DeleteAppRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.