Class TemplateSummary
- java.lang.Object
-
- software.amazon.awssdk.services.robomaker.model.TemplateSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TemplateSummary.Builder,TemplateSummary>
@Generated("software.amazon.awssdk:codegen") public final class TemplateSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TemplateSummary.Builder,TemplateSummary>
Summary information for a template.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTemplateSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the template.static TemplateSummary.Builderbuilder()InstantcreatedAt()The time, in milliseconds since the epoch, when the template was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastUpdatedAt()The time, in milliseconds since the epoch, when the template was last updated.Stringname()The name of the template.List<SdkField<?>>sdkFields()static Class<? extends TemplateSummary.Builder>serializableBuilderClass()TemplateSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringversion()The version of the template that you're using.-
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
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the template.
- Returns:
- The Amazon Resource Name (ARN) of the template.
-
createdAt
public final Instant createdAt()
The time, in milliseconds since the epoch, when the template was created.
- Returns:
- The time, in milliseconds since the epoch, when the template was created.
-
lastUpdatedAt
public final Instant lastUpdatedAt()
The time, in milliseconds since the epoch, when the template was last updated.
- Returns:
- The time, in milliseconds since the epoch, when the template was last updated.
-
name
public final String name()
The name of the template.
- Returns:
- The name of the template.
-
version
public final String version()
The version of the template that you're using.
- Returns:
- The version of the template that you're using.
-
toBuilder
public TemplateSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TemplateSummary.Builder,TemplateSummary>
-
builder
public static TemplateSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends TemplateSummary.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.
-
-