Class CustomLaunchTemplate
- java.lang.Object
-
- software.amazon.awssdk.services.pcs.model.CustomLaunchTemplate
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CustomLaunchTemplate.Builder,CustomLaunchTemplate>
@Generated("software.amazon.awssdk:codegen") public final class CustomLaunchTemplate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomLaunchTemplate.Builder,CustomLaunchTemplate>
An Amazon EC2 launch template Amazon Web Services PCS uses to launch compute nodes.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCustomLaunchTemplate.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomLaunchTemplate.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The ID of the EC2 launch template to use to provision instances.List<SdkField<?>>sdkFields()static Class<? extends CustomLaunchTemplate.Builder>serializableBuilderClass()CustomLaunchTemplate.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringversion()The version of the EC2 launch template to use to provision instances.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
id
public final String id()
The ID of the EC2 launch template to use to provision instances.
Example:
lt-xxxx- Returns:
- The ID of the EC2 launch template to use to provision instances.
Example:
lt-xxxx
-
version
public final String version()
The version of the EC2 launch template to use to provision instances.
- Returns:
- The version of the EC2 launch template to use to provision instances.
-
toBuilder
public CustomLaunchTemplate.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CustomLaunchTemplate.Builder,CustomLaunchTemplate>
-
builder
public static CustomLaunchTemplate.Builder builder()
-
serializableBuilderClass
public static Class<? extends CustomLaunchTemplate.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
-