@Generated(value="software.amazon.awssdk:codegen") public final class DescribeJobTemplateResponse extends IotResponse implements ToCopyableBuilder<DescribeJobTemplateResponse.Builder,DescribeJobTemplateResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeJobTemplateResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
AbortConfig |
abortConfig()
Returns the value of the AbortConfig property for this object.
|
static DescribeJobTemplateResponse.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.
|
String |
document()
The job document.
|
String |
documentSource()
An S3 link to the job document.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
JobExecutionsRetryConfig |
jobExecutionsRetryConfig()
The configuration that determines how many retries are allowed for each failure type for a job.
|
JobExecutionsRolloutConfig |
jobExecutionsRolloutConfig()
Returns the value of the JobExecutionsRolloutConfig property for this object.
|
String |
jobTemplateArn()
The ARN of the job template.
|
String |
jobTemplateId()
The unique identifier of the job template.
|
PresignedUrlConfig |
presignedUrlConfig()
Returns the value of the PresignedUrlConfig property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeJobTemplateResponse.Builder> |
serializableBuilderClass() |
TimeoutConfig |
timeoutConfig()
Returns the value of the TimeoutConfig property for this object.
|
DescribeJobTemplateResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, 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 String documentSource()
An S3 link to the job document.
public final String document()
The job document.
public final Instant createdAt()
The time, in seconds since the epoch, when the job template was created.
public final PresignedUrlConfig presignedUrlConfig()
public final JobExecutionsRolloutConfig jobExecutionsRolloutConfig()
public final AbortConfig abortConfig()
public final TimeoutConfig timeoutConfig()
public final JobExecutionsRetryConfig jobExecutionsRetryConfig()
The configuration that determines how many retries are allowed for each failure type for a job.
public DescribeJobTemplateResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeJobTemplateResponse.Builder,DescribeJobTemplateResponse>toBuilder in class AwsResponsepublic static DescribeJobTemplateResponse.Builder builder()
public static Class<? extends DescribeJobTemplateResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.