@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopApplicationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StopApplicationRequest() |
Modifier and Type | Method and Description |
---|---|
StopApplicationRequest |
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 stop.
|
Boolean |
getForceStop()
Stopping an application process can take a long time.
|
int |
hashCode() |
Boolean |
isForceStop()
Stopping an application process can take a long time.
|
void |
setApplicationId(String applicationId)
The unique identifier of the application you want to stop.
|
void |
setForceStop(Boolean forceStop)
Stopping an application process can take a long time.
|
String |
toString()
Returns a string representation of this object.
|
StopApplicationRequest |
withApplicationId(String applicationId)
The unique identifier of the application you want to stop.
|
StopApplicationRequest |
withForceStop(Boolean forceStop)
Stopping an application process can take a long time.
|
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 stop.
applicationId
- The unique identifier of the application you want to stop.public String getApplicationId()
The unique identifier of the application you want to stop.
public StopApplicationRequest withApplicationId(String applicationId)
The unique identifier of the application you want to stop.
applicationId
- The unique identifier of the application you want to stop.public void setForceStop(Boolean forceStop)
Stopping an application process can take a long time. Setting this parameter to true lets you force stop the application so you don't need to wait until the process finishes to apply another action on the application. The default value is false.
forceStop
- Stopping an application process can take a long time. Setting this parameter to true lets you force stop
the application so you don't need to wait until the process finishes to apply another action on the
application. The default value is false.public Boolean getForceStop()
Stopping an application process can take a long time. Setting this parameter to true lets you force stop the application so you don't need to wait until the process finishes to apply another action on the application. The default value is false.
public StopApplicationRequest withForceStop(Boolean forceStop)
Stopping an application process can take a long time. Setting this parameter to true lets you force stop the application so you don't need to wait until the process finishes to apply another action on the application. The default value is false.
forceStop
- Stopping an application process can take a long time. Setting this parameter to true lets you force stop
the application so you don't need to wait until the process finishes to apply another action on the
application. The default value is false.public Boolean isForceStop()
Stopping an application process can take a long time. Setting this parameter to true lets you force stop the application so you don't need to wait until the process finishes to apply another action on the application. The default value is false.
public String toString()
toString
in class Object
Object.toString()
public StopApplicationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()