Class EnableFastLaunchResponse
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<EnableFastLaunchResponse.Builder,EnableFastLaunchResponse>
-
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 image ID that identifies the AMI for which Windows fast launch was enabled.The launch template that is used when launching 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 ID for the AMI for which Windows fast launch was enabled.final FastLaunchResourceTypeThe type of resource that was defined for pre-provisioning the AMI for Windows fast launch.final StringThe type of resource that was defined for pre-provisioning the AMI for Windows fast launch.static Class<? extends EnableFastLaunchResponse.Builder>Settings to create and manage the pre-provisioned snapshots that Amazon EC2 uses for faster launches from the Windows AMI.final FastLaunchStateCodestate()The current state of Windows fast launch for the specified AMI.final StringThe current state of Windows fast launch for the specified AMI.final StringThe reason that the state changed for Windows fast launch for the AMI.final InstantThe time that the state changed for Windows fast launch for the 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 image ID that identifies the AMI for which Windows fast launch was enabled.
- Returns:
- The image ID that identifies the AMI for which Windows fast launch was enabled.
-
resourceType
The type of resource that was defined for pre-provisioning the AMI for Windows fast launch.
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 type of resource that was defined for pre-provisioning the AMI for Windows fast launch.
- See Also:
-
resourceTypeAsString
The type of resource that was defined for pre-provisioning the AMI for Windows fast launch.
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 type of resource that was defined for pre-provisioning the AMI for Windows fast launch.
- See Also:
-
snapshotConfiguration
Settings to create and manage the pre-provisioned snapshots that Amazon EC2 uses for faster launches from the Windows AMI. This property is returned when the associated
resourceTypeissnapshot.- Returns:
- Settings to create and manage the pre-provisioned snapshots that Amazon EC2 uses for faster launches from
the Windows AMI. This property is returned when the associated
resourceTypeissnapshot.
-
launchTemplate
The launch template that is used when launching Windows instances from pre-provisioned snapshots.
- Returns:
- The launch template that is used when launching 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 ID for the AMI for which Windows fast launch was enabled.
- Returns:
- The owner ID for the AMI for which Windows fast launch was enabled.
-
state
The current state of Windows fast launch for the specified 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 AMI.
- See Also:
-
stateAsString
The current state of Windows fast launch for the specified 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 AMI.
- See Also:
-
stateTransitionReason
The reason that the state changed for Windows fast launch for the AMI.
- Returns:
- The reason that the state changed for Windows fast launch for the AMI.
-
stateTransitionTime
The time that the state changed for Windows fast launch for the AMI.
- Returns:
- The time that the state changed for Windows fast launch for the AMI.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<EnableFastLaunchResponse.Builder,EnableFastLaunchResponse> - 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
-