@Generated(value="software.amazon.awssdk:codegen") public final class JobTemplate extends Object implements StructuredPojo, ToCopyableBuilder<JobTemplate.Builder,JobTemplate>
Modifier and Type | Class and Description |
---|---|
static interface |
JobTemplate.Builder |
Modifier and Type | Method and Description |
---|---|
String |
arn()
An identifier for this resource that is unique within all of AWS.
|
static JobTemplate.Builder |
builder() |
String |
category()
An optional category you create to organize your job templates.
|
Instant |
createdAt()
The timestamp in epoch seconds for Job template creation.
|
String |
description()
An optional description you create for each job template.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdated()
The timestamp in epoch seconds when the Job template was last updated.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name()
A name you create for each job template.
|
String |
queue()
Optional.
|
static Class<? extends JobTemplate.Builder> |
serializableBuilderClass() |
JobTemplateSettings |
settings()
Returns the value of the Settings property for this object.
|
JobTemplate.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Type |
type()
A job template can be of two types: system or custom.
|
String |
typeAsString()
A job template can be of two types: system or custom.
|
copy
public String arn()
public String category()
public Instant createdAt()
public String description()
public Instant lastUpdated()
public String name()
public String queue()
public JobTemplateSettings settings()
public Type type()
If the service returns an enum value that is not available in the current SDK version, type
will return
Type.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
typeAsString()
.
Type
public String typeAsString()
If the service returns an enum value that is not available in the current SDK version, type
will return
Type.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
typeAsString()
.
Type
public JobTemplate.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<JobTemplate.Builder,JobTemplate>
public static JobTemplate.Builder builder()
public static Class<? extends JobTemplate.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.