Class DisableFastLaunchResponse
- 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.DisableFastLaunchResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DisableFastLaunchResponse.Builder,DisableFastLaunchResponse>
@Generated("software.amazon.awssdk:codegen") public final class DisableFastLaunchResponse extends Ec2Response implements ToCopyableBuilder<DisableFastLaunchResponse.Builder,DisableFastLaunchResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDisableFastLaunchResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DisableFastLaunchResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringimageId()The ID of the image for which Windows fast launch was disabled.FastLaunchLaunchTemplateSpecificationResponselaunchTemplate()The launch template that was used to launch 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 of the Windows AMI for which Windows fast launch was disabled.FastLaunchResourceTyperesourceType()The pre-provisioning resource type that must be cleaned after turning off Windows fast launch for the Windows AMI.StringresourceTypeAsString()The pre-provisioning resource type that must be cleaned after turning off Windows fast launch for the Windows AMI.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DisableFastLaunchResponse.Builder>serializableBuilderClass()FastLaunchSnapshotConfigurationResponsesnapshotConfiguration()Parameters that were used for Windows fast launch for the Windows AMI before Windows fast launch was disabled.FastLaunchStateCodestate()The current state of Windows fast launch for the specified Windows AMI.StringstateAsString()The current state of Windows fast launch for the specified Windows AMI.StringstateTransitionReason()The reason that the state changed for Windows fast launch for the Windows AMI.InstantstateTransitionTime()The time that the state changed for Windows fast launch for the Windows AMI.DisableFastLaunchResponse.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 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
public final FastLaunchResourceType 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:
FastLaunchResourceType
-
resourceTypeAsString
public final String 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:
FastLaunchResourceType
-
snapshotConfiguration
public final FastLaunchSnapshotConfigurationResponse 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
public final FastLaunchLaunchTemplateSpecificationResponse 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
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 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
public final FastLaunchStateCode 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:
FastLaunchStateCode
-
stateAsString
public final String 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:
FastLaunchStateCode
-
stateTransitionReason
public final String 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
public final Instant 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
public DisableFastLaunchResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DisableFastLaunchResponse.Builder,DisableFastLaunchResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DisableFastLaunchResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DisableFastLaunchResponse.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
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-