@Generated(value="software.amazon.awssdk:codegen") public final class JobTemplateSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobTemplateSummary.Builder,JobTemplateSummary>
An object that contains information about the job template.
| Modifier and Type | Class and Description |
|---|---|
static interface |
JobTemplateSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static JobTemplateSummary.Builder |
builder() |
Instant |
createdAt()
The time, in seconds since the epoch, when the job template was created.
|
String |
description()
A description of the job template.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobTemplateArn()
The ARN of the job template.
|
String |
jobTemplateId()
The unique identifier of the job template.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends JobTemplateSummary.Builder> |
serializableBuilderClass() |
JobTemplateSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String jobTemplateArn()
The ARN of the job template.
public final String jobTemplateId()
The unique identifier of the job template.
public final String description()
A description of the job template.
public final Instant createdAt()
The time, in seconds since the epoch, when the job template was created.
public JobTemplateSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<JobTemplateSummary.Builder,JobTemplateSummary>public static JobTemplateSummary.Builder builder()
public static Class<? extends JobTemplateSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.