@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 Windows fast launch for your Windows AMI.
|
String |
getImageId()
Specify the ID of the image for which to disable Windows fast launch.
|
int |
hashCode() |
Boolean |
isForce()
Forces the image settings to turn off Windows fast launch for your Windows AMI.
|
void |
setForce(Boolean force)
Forces the image settings to turn off Windows fast launch for your Windows AMI.
|
void |
setImageId(String imageId)
Specify the ID of the image for which to disable Windows fast launch.
|
String |
toString()
Returns a string representation of this object.
|
DisableFastLaunchRequest |
withForce(Boolean force)
Forces the image settings to turn off Windows fast launch for your Windows AMI.
|
DisableFastLaunchRequest |
withImageId(String imageId)
Specify the ID of the image for which to disable Windows fast launch.
|
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)
Specify the ID of the image for which to disable Windows fast launch.
imageId
- Specify the ID of the image for which to disable Windows fast launch.public String getImageId()
Specify the ID of the image for which to disable Windows fast launch.
public DisableFastLaunchRequest withImageId(String imageId)
Specify the ID of the image for which to disable Windows fast launch.
imageId
- Specify the ID of the image for which to disable Windows fast launch.public void setForce(Boolean force)
Forces the image settings to turn off Windows fast launch 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 Windows fast launch 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 Windows fast launch 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 Windows fast launch 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 Windows fast launch 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 Windows fast launch 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()