Class LaunchTemplateVersion
java.lang.Object
software.amazon.awssdk.services.ec2.model.LaunchTemplateVersion
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LaunchTemplateVersion.Builder,LaunchTemplateVersion>
@Generated("software.amazon.awssdk:codegen")
public final class LaunchTemplateVersion
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<LaunchTemplateVersion.Builder,LaunchTemplateVersion>
Describes a launch template version.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringThe principal that created the version.final InstantThe time the version was created.final BooleanIndicates whether the version is the default version.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()Information about the launch template.final StringThe ID of the launch template.final StringThe name of the launch template.final OperatorResponseoperator()The entity that manages the launch template.static Class<? extends LaunchTemplateVersion.Builder>final StringtoString()Returns a string representation of this object.final StringThe description for the version.final LongThe version number.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
launchTemplateId
The ID of the launch template.
- Returns:
- The ID of the launch template.
-
launchTemplateName
The name of the launch template.
- Returns:
- The name of the launch template.
-
versionNumber
The version number.
- Returns:
- The version number.
-
versionDescription
The description for the version.
- Returns:
- The description for the version.
-
createTime
The time the version was created.
- Returns:
- The time the version was created.
-
createdBy
The principal that created the version.
- Returns:
- The principal that created the version.
-
defaultVersion
Indicates whether the version is the default version.
- Returns:
- Indicates whether the version is the default version.
-
launchTemplateData
Information about the launch template.
- Returns:
- Information about the launch template.
-
operator
The entity that manages the launch template.
- Returns:
- The entity that manages the launch template.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<LaunchTemplateVersion.Builder,LaunchTemplateVersion>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-