Class FastLaunchLaunchTemplateSpecification
- java.lang.Object
-
- software.amazon.awssdk.services.imagebuilder.model.FastLaunchLaunchTemplateSpecification
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FastLaunchLaunchTemplateSpecification.Builder,FastLaunchLaunchTemplateSpecification>
@Generated("software.amazon.awssdk:codegen") public final class FastLaunchLaunchTemplateSpecification extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FastLaunchLaunchTemplateSpecification.Builder,FastLaunchLaunchTemplateSpecification>
Identifies the launch template that the associated Windows AMI uses for launching an instance when faster launching is enabled.
You can specify either the
launchTemplateNameor thelaunchTemplateId, but not both.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFastLaunchLaunchTemplateSpecification.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FastLaunchLaunchTemplateSpecification.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlaunchTemplateId()The ID of the launch template to use for faster launching for a Windows AMI.StringlaunchTemplateName()The name of the launch template to use for faster launching for a Windows AMI.StringlaunchTemplateVersion()The version of the launch template to use for faster launching for a Windows AMI.List<SdkField<?>>sdkFields()static Class<? extends FastLaunchLaunchTemplateSpecification.Builder>serializableBuilderClass()FastLaunchLaunchTemplateSpecification.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
launchTemplateId
public final String launchTemplateId()
The ID of the launch template to use for faster launching for a Windows AMI.
- Returns:
- The ID of the launch template to use for faster launching for a Windows AMI.
-
launchTemplateName
public final String launchTemplateName()
The name of the launch template to use for faster launching for a Windows AMI.
- Returns:
- The name of the launch template to use for faster launching for a Windows AMI.
-
launchTemplateVersion
public final String launchTemplateVersion()
The version of the launch template to use for faster launching for a Windows AMI.
- Returns:
- The version of the launch template to use for faster launching for a Windows AMI.
-
toBuilder
public FastLaunchLaunchTemplateSpecification.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FastLaunchLaunchTemplateSpecification.Builder,FastLaunchLaunchTemplateSpecification>
-
builder
public static FastLaunchLaunchTemplateSpecification.Builder builder()
-
serializableBuilderClass
public static Class<? extends FastLaunchLaunchTemplateSpecification.Builder> serializableBuilderClass()
-
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.
-
-