Class DisableFastLaunchResponse
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DisableFastLaunchResponse.Builder,DisableFastLaunchResponse>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringimageId()The ID of the image for which Windows fast launch was disabled.The launch template that was used to launch Windows instances from pre-provisioned snapshots.final IntegerThe maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows fast launch.final StringownerId()The owner of the Windows AMI for which Windows fast launch was disabled.final FastLaunchResourceTypeThe pre-provisioning resource type that must be cleaned after turning off Windows fast launch for the Windows AMI.final StringThe pre-provisioning resource type that must be cleaned after turning off Windows fast launch for the Windows AMI.static Class<? extends DisableFastLaunchResponse.Builder>Parameters that were used for Windows fast launch for the Windows AMI before Windows fast launch was disabled.final FastLaunchStateCodestate()The current state of Windows fast launch for the specified Windows AMI.final StringThe current state of Windows fast launch for the specified Windows AMI.final StringThe reason that the state changed for Windows fast launch for the Windows AMI.final InstantThe time that the state changed for Windows fast launch for the Windows AMI.final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.services.ec2.model.Ec2Response
responseMetadataMethods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponseMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
imageId
The ID of the image for which Windows fast launch was disabled.
- Returns:
- The ID of the image for which Windows fast launch was disabled.
-
resourceType
The pre-provisioning resource type that must be cleaned after turning off Windows fast launch for the Windows AMI. Supported values include:
snapshot.If the service returns an enum value that is not available in the current SDK version,
resourceTypewill returnFastLaunchResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresourceTypeAsString().- Returns:
- The pre-provisioning resource type that must be cleaned after turning off Windows fast launch for the
Windows AMI. Supported values include:
snapshot. - See Also:
-
resourceTypeAsString
The pre-provisioning resource type that must be cleaned after turning off Windows fast launch for the Windows AMI. Supported values include:
snapshot.If the service returns an enum value that is not available in the current SDK version,
resourceTypewill returnFastLaunchResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresourceTypeAsString().- Returns:
- The pre-provisioning resource type that must be cleaned after turning off Windows fast launch for the
Windows AMI. Supported values include:
snapshot. - See Also:
-
snapshotConfiguration
Parameters that were used for Windows fast launch for the Windows AMI before Windows fast launch was disabled. This informs the clean-up process.
- Returns:
- Parameters that were used for Windows fast launch for the Windows AMI before Windows fast launch was disabled. This informs the clean-up process.
-
launchTemplate
The launch template that was used to launch Windows instances from pre-provisioned snapshots.
- Returns:
- The launch template that was used to launch Windows instances from pre-provisioned snapshots.
-
maxParallelLaunches
The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows fast launch.
- Returns:
- The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows fast launch.
-
ownerId
The owner of the Windows AMI for which Windows fast launch was disabled.
- Returns:
- The owner of the Windows AMI for which Windows fast launch was disabled.
-
state
The current state of Windows fast launch for the specified Windows AMI.
If the service returns an enum value that is not available in the current SDK version,
statewill returnFastLaunchStateCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The current state of Windows fast launch for the specified Windows AMI.
- See Also:
-
stateAsString
The current state of Windows fast launch for the specified Windows AMI.
If the service returns an enum value that is not available in the current SDK version,
statewill returnFastLaunchStateCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The current state of Windows fast launch for the specified Windows AMI.
- See Also:
-
stateTransitionReason
The reason that the state changed for Windows fast launch for the Windows AMI.
- Returns:
- The reason that the state changed for Windows fast launch for the Windows AMI.
-
stateTransitionTime
The time that the state changed for Windows fast launch for the Windows AMI.
- Returns:
- The time that the state changed for Windows fast launch for the Windows AMI.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<DisableFastLaunchResponse.Builder,DisableFastLaunchResponse> - Specified by:
toBuilderin classAwsResponse
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsResponse
-
equals
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-