Class EnableFastLaunchResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.ec2.model.Ec2Response
-
- software.amazon.awssdk.services.ec2.model.EnableFastLaunchResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<EnableFastLaunchResponse.Builder,EnableFastLaunchResponse>
@Generated("software.amazon.awssdk:codegen") public final class EnableFastLaunchResponse extends Ec2Response implements ToCopyableBuilder<EnableFastLaunchResponse.Builder,EnableFastLaunchResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEnableFastLaunchResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EnableFastLaunchResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringimageId()The image ID that identifies the AMI for which Windows fast launch was enabled.FastLaunchLaunchTemplateSpecificationResponselaunchTemplate()The launch template that is used when launching Windows instances from pre-provisioned snapshots.IntegermaxParallelLaunches()The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows fast launch.StringownerId()The owner ID for the AMI for which Windows fast launch was enabled.FastLaunchResourceTyperesourceType()The type of resource that was defined for pre-provisioning the AMI for Windows fast launch.StringresourceTypeAsString()The type of resource that was defined for pre-provisioning the AMI for Windows fast launch.List<SdkField<?>>sdkFields()static Class<? extends EnableFastLaunchResponse.Builder>serializableBuilderClass()FastLaunchSnapshotConfigurationResponsesnapshotConfiguration()Settings to create and manage the pre-provisioned snapshots that Amazon EC2 uses for faster launches from the Windows AMI.FastLaunchStateCodestate()The current state of Windows fast launch for the specified AMI.StringstateAsString()The current state of Windows fast launch for the specified AMI.StringstateTransitionReason()The reason that the state changed for Windows fast launch for the AMI.InstantstateTransitionTime()The time that the state changed for Windows fast launch for the AMI.EnableFastLaunchResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.ec2.model.Ec2Response
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
imageId
public final String 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
public final FastLaunchResourceType 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:
FastLaunchResourceType
-
resourceTypeAsString
public final String 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:
FastLaunchResourceType
-
snapshotConfiguration
public final FastLaunchSnapshotConfigurationResponse 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
public final FastLaunchLaunchTemplateSpecificationResponse 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
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 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
public final String 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
public final FastLaunchStateCode 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:
FastLaunchStateCode
-
stateAsString
public final String 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:
FastLaunchStateCode
-
stateTransitionReason
public final String 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
public final Instant 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
public EnableFastLaunchResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EnableFastLaunchResponse.Builder,EnableFastLaunchResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static EnableFastLaunchResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends EnableFastLaunchResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-