Class FastLaunchLaunchTemplateSpecificationRequest
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.FastLaunchLaunchTemplateSpecificationRequest
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FastLaunchLaunchTemplateSpecificationRequest.Builder,FastLaunchLaunchTemplateSpecificationRequest>
@Generated("software.amazon.awssdk:codegen") public final class FastLaunchLaunchTemplateSpecificationRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FastLaunchLaunchTemplateSpecificationRequest.Builder,FastLaunchLaunchTemplateSpecificationRequest>
Request to create a launch template for a Windows fast launch enabled AMI.
Note - 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 interfaceFastLaunchLaunchTemplateSpecificationRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FastLaunchLaunchTemplateSpecificationRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlaunchTemplateId()Specify the ID of the launch template that the AMI should use for Windows fast launch.StringlaunchTemplateName()Specify the name of the launch template that the AMI should use for Windows fast launch.List<SdkField<?>>sdkFields()static Class<? extends FastLaunchLaunchTemplateSpecificationRequest.Builder>serializableBuilderClass()FastLaunchLaunchTemplateSpecificationRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringversion()Specify the version of the launch template that the AMI should use for Windows fast launch.-
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()
Specify the ID of the launch template that the AMI should use for Windows fast launch.
- Returns:
- Specify the ID of the launch template that the AMI should use for Windows fast launch.
-
launchTemplateName
public final String launchTemplateName()
Specify the name of the launch template that the AMI should use for Windows fast launch.
- Returns:
- Specify the name of the launch template that the AMI should use for Windows fast launch.
-
version
public final String version()
Specify the version of the launch template that the AMI should use for Windows fast launch.
- Returns:
- Specify the version of the launch template that the AMI should use for Windows fast launch.
-
toBuilder
public FastLaunchLaunchTemplateSpecificationRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FastLaunchLaunchTemplateSpecificationRequest.Builder,FastLaunchLaunchTemplateSpecificationRequest>
-
builder
public static FastLaunchLaunchTemplateSpecificationRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends FastLaunchLaunchTemplateSpecificationRequest.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.
-
-