@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public DisableFastLaunchRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()