@Generated(value="software.amazon.awssdk:codegen") public final class LaunchTemplateVersion extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LaunchTemplateVersion.Builder,LaunchTemplateVersion>
Describes a launch template version.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LaunchTemplateVersion.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LaunchTemplateVersion.Builder |
builder() |
String |
createdBy()
The principal that created the version.
|
Instant |
createTime()
The time the version was created.
|
Boolean |
defaultVersion()
Indicates whether the version is the default version.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ResponseLaunchTemplateData |
launchTemplateData()
Information about the launch template.
|
String |
launchTemplateId()
The ID of the launch template.
|
String |
launchTemplateName()
The name of the launch template.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LaunchTemplateVersion.Builder> |
serializableBuilderClass() |
LaunchTemplateVersion.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
versionDescription()
The description for the version.
|
Long |
versionNumber()
The version number.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String launchTemplateId()
The ID of the launch template.
public final String launchTemplateName()
The name of the launch template.
public final Long versionNumber()
The version number.
public final String versionDescription()
The description for the version.
public final Instant createTime()
The time the version was created.
public final String createdBy()
The principal that created the version.
public final Boolean defaultVersion()
Indicates whether the version is the default version.
public final ResponseLaunchTemplateData launchTemplateData()
Information about the launch template.
public LaunchTemplateVersion.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LaunchTemplateVersion.Builder,LaunchTemplateVersion>public static LaunchTemplateVersion.Builder builder()
public static Class<? extends LaunchTemplateVersion.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.