@Generated(value="software.amazon.awssdk:codegen") public final class FleetLaunchTemplateSpecification extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FleetLaunchTemplateSpecification.Builder,FleetLaunchTemplateSpecification>
Describes a launch template.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FleetLaunchTemplateSpecification.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FleetLaunchTemplateSpecification.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.
|
String |
launchTemplateName()
The name of the launch template.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FleetLaunchTemplateSpecification.Builder> |
serializableBuilderClass() |
FleetLaunchTemplateSpecification.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
version()
The version number of the launch template.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String launchTemplateId()
The ID of the launch template. You must specify either a template ID or a template name.
public String launchTemplateName()
The name of the launch template. You must specify either a template name or a template ID.
public String version()
The version number of the launch template. You must specify a version number.
public FleetLaunchTemplateSpecification.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FleetLaunchTemplateSpecification.Builder,FleetLaunchTemplateSpecification>public static FleetLaunchTemplateSpecification.Builder builder()
public static Class<? extends FleetLaunchTemplateSpecification.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.