@Generated(value="software.amazon.awssdk:codegen") public final class FastLaunchLaunchTemplateSpecificationResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FastLaunchLaunchTemplateSpecificationResponse.Builder,FastLaunchLaunchTemplateSpecificationResponse>
Identifies the launch template to use for faster launching of the Windows AMI.
Modifier and Type | Class and Description |
---|---|
static interface |
FastLaunchLaunchTemplateSpecificationResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static FastLaunchLaunchTemplateSpecificationResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
launchTemplateId()
The ID of the launch template for faster launching of the associated Windows AMI.
|
String |
launchTemplateName()
The name of the launch template for faster launching of the associated Windows AMI.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FastLaunchLaunchTemplateSpecificationResponse.Builder> |
serializableBuilderClass() |
FastLaunchLaunchTemplateSpecificationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
version()
The version of the launch template for faster launching of the associated Windows AMI.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String launchTemplateId()
The ID of the launch template for faster launching of the associated Windows AMI.
public final String launchTemplateName()
The name of the launch template for faster launching of the associated Windows AMI.
public final String version()
The version of the launch template for faster launching of the associated Windows AMI.
public FastLaunchLaunchTemplateSpecificationResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<FastLaunchLaunchTemplateSpecificationResponse.Builder,FastLaunchLaunchTemplateSpecificationResponse>
public static FastLaunchLaunchTemplateSpecificationResponse.Builder builder()
public static Class<? extends FastLaunchLaunchTemplateSpecificationResponse.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.