@Generated(value="software.amazon.awssdk:codegen") public final class LaunchTemplateConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LaunchTemplateConfiguration.Builder,LaunchTemplateConfiguration>
Identifies an Amazon EC2 launch template to use for a specific account.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LaunchTemplateConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The account ID that this configuration applies to.
|
static LaunchTemplateConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
launchTemplateId()
Identifies the Amazon EC2 launch template to use.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LaunchTemplateConfiguration.Builder> |
serializableBuilderClass() |
Boolean |
setDefaultVersion()
Set the specified Amazon EC2 launch template as the default launch template for the specified account.
|
LaunchTemplateConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String launchTemplateId()
Identifies the Amazon EC2 launch template to use.
public final String accountId()
The account ID that this configuration applies to.
public final Boolean setDefaultVersion()
Set the specified Amazon EC2 launch template as the default launch template for the specified account.
public LaunchTemplateConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LaunchTemplateConfiguration.Builder,LaunchTemplateConfiguration>public static LaunchTemplateConfiguration.Builder builder()
public static Class<? extends LaunchTemplateConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.