@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisableFastLaunchRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DisableFastLaunchRequest>
NOOP| Constructor and Description |
|---|
DisableFastLaunchRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisableFastLaunchRequest |
clone() |
boolean |
equals(Object obj) |
Request<DisableFastLaunchRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
Boolean |
getForce()
Forces the image settings to turn off faster launching for your Windows AMI.
|
String |
getImageId()
The ID of the image for which you’re turning off faster launching, and removing pre-provisioned snapshots.
|
int |
hashCode() |
Boolean |
isForce()
Forces the image settings to turn off faster launching for your Windows AMI.
|
void |
setForce(Boolean force)
Forces the image settings to turn off faster launching for your Windows AMI.
|
void |
setImageId(String imageId)
The ID of the image for which you’re turning off faster launching, and removing pre-provisioned snapshots.
|
String |
toString()
Returns a string representation of this object.
|
DisableFastLaunchRequest |
withForce(Boolean force)
Forces the image settings to turn off faster launching for your Windows AMI.
|
DisableFastLaunchRequest |
withImageId(String imageId)
The ID of the image for which you’re turning off faster launching, and removing pre-provisioned snapshots.
|
addHandlerContext, copyBaseTo, 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 setImageId(String imageId)
The ID of the image for which you’re turning off faster launching, and removing pre-provisioned snapshots.
imageId - The ID of the image for which you’re turning off faster launching, and removing pre-provisioned snapshots.public String getImageId()
The ID of the image for which you’re turning off faster launching, and removing pre-provisioned snapshots.
public DisableFastLaunchRequest withImageId(String imageId)
The ID of the image for which you’re turning off faster launching, and removing pre-provisioned snapshots.
imageId - The ID of the image for which you’re turning off faster launching, and removing pre-provisioned snapshots.public void setForce(Boolean force)
Forces the image settings to turn off faster launching for your Windows AMI. This parameter overrides any errors that are encountered while cleaning up resources in your account.
force - Forces the image settings to turn off faster launching for your Windows AMI. This parameter overrides any
errors that are encountered while cleaning up resources in your account.public Boolean getForce()
Forces the image settings to turn off faster launching for your Windows AMI. This parameter overrides any errors that are encountered while cleaning up resources in your account.
public DisableFastLaunchRequest withForce(Boolean force)
Forces the image settings to turn off faster launching for your Windows AMI. This parameter overrides any errors that are encountered while cleaning up resources in your account.
force - Forces the image settings to turn off faster launching for your Windows AMI. This parameter overrides any
errors that are encountered while cleaning up resources in your account.public Boolean isForce()
Forces the image settings to turn off faster launching for your Windows AMI. This parameter overrides any errors that are encountered while cleaning up resources in your account.
public Request<DisableFastLaunchRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DisableFastLaunchRequest>public String toString()
toString in class ObjectObject.toString()public DisableFastLaunchRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.