@Generated(value="software.amazon.awssdk:codegen") public final class DescribeFastLaunchImagesSuccessItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DescribeFastLaunchImagesSuccessItem.Builder,DescribeFastLaunchImagesSuccessItem>
Describe details about a fast-launch enabled Windows image that meets the requested criteria. Criteria are defined by
the DescribeFastLaunchImages action filters.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeFastLaunchImagesSuccessItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeFastLaunchImagesSuccessItem.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
imageId()
The image ID that identifies the fast-launch enabled Windows image.
|
FastLaunchLaunchTemplateSpecificationResponse |
launchTemplate()
The launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances from
pre-provisioned snapshots.
|
Integer |
maxParallelLaunches()
The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots
for Windows faster launching.
|
String |
ownerId()
The owner ID for the fast-launch enabled Windows AMI.
|
FastLaunchResourceType |
resourceType()
The resource type that is used for pre-provisioning the Windows AMI.
|
String |
resourceTypeAsString()
The resource type that is used for pre-provisioning the Windows AMI.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeFastLaunchImagesSuccessItem.Builder> |
serializableBuilderClass() |
FastLaunchSnapshotConfigurationResponse |
snapshotConfiguration()
A group of parameters that are used for pre-provisioning the associated Windows AMI using snapshots.
|
FastLaunchStateCode |
state()
The current state of faster launching for the specified Windows AMI.
|
String |
stateAsString()
The current state of faster launching for the specified Windows AMI.
|
String |
stateTransitionReason()
The reason that faster launching for the Windows AMI changed to the current state.
|
Instant |
stateTransitionTime()
The time that faster launching for the Windows AMI changed to the current state.
|
DescribeFastLaunchImagesSuccessItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String imageId()
The image ID that identifies the fast-launch enabled Windows image.
public final FastLaunchResourceType resourceType()
The resource type that is used for pre-provisioning the Windows AMI. Supported values include:
snapshot.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return FastLaunchResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from resourceTypeAsString().
snapshot.FastLaunchResourceTypepublic final String resourceTypeAsString()
The resource type that is used for pre-provisioning the Windows AMI. Supported values include:
snapshot.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return FastLaunchResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from resourceTypeAsString().
snapshot.FastLaunchResourceTypepublic final FastLaunchSnapshotConfigurationResponse snapshotConfiguration()
A group of parameters that are used for pre-provisioning the associated Windows AMI using snapshots.
public final FastLaunchLaunchTemplateSpecificationResponse launchTemplate()
The launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances from pre-provisioned snapshots.
public final Integer maxParallelLaunches()
The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows faster launching.
public final String ownerId()
The owner ID for the fast-launch enabled Windows AMI.
public final FastLaunchStateCode state()
The current state of faster launching for the specified Windows AMI.
If the service returns an enum value that is not available in the current SDK version, state will return
FastLaunchStateCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
FastLaunchStateCodepublic final String stateAsString()
The current state of faster launching for the specified Windows AMI.
If the service returns an enum value that is not available in the current SDK version, state will return
FastLaunchStateCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
FastLaunchStateCodepublic final String stateTransitionReason()
The reason that faster launching for the Windows AMI changed to the current state.
public final Instant stateTransitionTime()
The time that faster launching for the Windows AMI changed to the current state.
public DescribeFastLaunchImagesSuccessItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeFastLaunchImagesSuccessItem.Builder,DescribeFastLaunchImagesSuccessItem>public static DescribeFastLaunchImagesSuccessItem.Builder builder()
public static Class<? extends DescribeFastLaunchImagesSuccessItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.