@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeJobTemplateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeJobTemplateResult() |
Modifier and Type | Method and Description |
---|---|
DescribeJobTemplateResult |
clone() |
boolean |
equals(Object obj) |
AbortConfig |
getAbortConfig() |
Date |
getCreatedAt()
The time, in seconds since the epoch, when the job template was created.
|
String |
getDescription()
A description of the job template.
|
String |
getDocument()
The job document.
|
String |
getDocumentSource()
An S3 link to the job document.
|
JobExecutionsRolloutConfig |
getJobExecutionsRolloutConfig() |
String |
getJobTemplateArn()
The ARN of the job template.
|
String |
getJobTemplateId()
The unique identifier of the job template.
|
PresignedUrlConfig |
getPresignedUrlConfig() |
TimeoutConfig |
getTimeoutConfig() |
int |
hashCode() |
void |
setAbortConfig(AbortConfig abortConfig) |
void |
setCreatedAt(Date createdAt)
The time, in seconds since the epoch, when the job template was created.
|
void |
setDescription(String description)
A description of the job template.
|
void |
setDocument(String document)
The job document.
|
void |
setDocumentSource(String documentSource)
An S3 link to the job document.
|
void |
setJobExecutionsRolloutConfig(JobExecutionsRolloutConfig jobExecutionsRolloutConfig) |
void |
setJobTemplateArn(String jobTemplateArn)
The ARN of the job template.
|
void |
setJobTemplateId(String jobTemplateId)
The unique identifier of the job template.
|
void |
setPresignedUrlConfig(PresignedUrlConfig presignedUrlConfig) |
void |
setTimeoutConfig(TimeoutConfig timeoutConfig) |
String |
toString()
Returns a string representation of this object.
|
DescribeJobTemplateResult |
withAbortConfig(AbortConfig abortConfig) |
DescribeJobTemplateResult |
withCreatedAt(Date createdAt)
The time, in seconds since the epoch, when the job template was created.
|
DescribeJobTemplateResult |
withDescription(String description)
A description of the job template.
|
DescribeJobTemplateResult |
withDocument(String document)
The job document.
|
DescribeJobTemplateResult |
withDocumentSource(String documentSource)
An S3 link to the job document.
|
DescribeJobTemplateResult |
withJobExecutionsRolloutConfig(JobExecutionsRolloutConfig jobExecutionsRolloutConfig) |
DescribeJobTemplateResult |
withJobTemplateArn(String jobTemplateArn)
The ARN of the job template.
|
DescribeJobTemplateResult |
withJobTemplateId(String jobTemplateId)
The unique identifier of the job template.
|
DescribeJobTemplateResult |
withPresignedUrlConfig(PresignedUrlConfig presignedUrlConfig) |
DescribeJobTemplateResult |
withTimeoutConfig(TimeoutConfig timeoutConfig) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJobTemplateArn(String jobTemplateArn)
The ARN of the job template.
jobTemplateArn
- The ARN of the job template.public String getJobTemplateArn()
The ARN of the job template.
public DescribeJobTemplateResult withJobTemplateArn(String jobTemplateArn)
The ARN of the job template.
jobTemplateArn
- The ARN of the job template.public void setJobTemplateId(String jobTemplateId)
The unique identifier of the job template.
jobTemplateId
- The unique identifier of the job template.public String getJobTemplateId()
The unique identifier of the job template.
public DescribeJobTemplateResult withJobTemplateId(String jobTemplateId)
The unique identifier of the job template.
jobTemplateId
- The unique identifier of the job template.public void setDescription(String description)
A description of the job template.
description
- A description of the job template.public String getDescription()
A description of the job template.
public DescribeJobTemplateResult withDescription(String description)
A description of the job template.
description
- A description of the job template.public void setDocumentSource(String documentSource)
An S3 link to the job document.
documentSource
- An S3 link to the job document.public String getDocumentSource()
An S3 link to the job document.
public DescribeJobTemplateResult withDocumentSource(String documentSource)
An S3 link to the job document.
documentSource
- An S3 link to the job document.public void setDocument(String document)
The job document.
document
- The job document.public String getDocument()
The job document.
public DescribeJobTemplateResult withDocument(String document)
The job document.
document
- The job document.public void setCreatedAt(Date createdAt)
The time, in seconds since the epoch, when the job template was created.
createdAt
- The time, in seconds since the epoch, when the job template was created.public Date getCreatedAt()
The time, in seconds since the epoch, when the job template was created.
public DescribeJobTemplateResult withCreatedAt(Date createdAt)
The time, in seconds since the epoch, when the job template was created.
createdAt
- The time, in seconds since the epoch, when the job template was created.public void setPresignedUrlConfig(PresignedUrlConfig presignedUrlConfig)
presignedUrlConfig
- public PresignedUrlConfig getPresignedUrlConfig()
public DescribeJobTemplateResult withPresignedUrlConfig(PresignedUrlConfig presignedUrlConfig)
presignedUrlConfig
- public void setJobExecutionsRolloutConfig(JobExecutionsRolloutConfig jobExecutionsRolloutConfig)
jobExecutionsRolloutConfig
- public JobExecutionsRolloutConfig getJobExecutionsRolloutConfig()
public DescribeJobTemplateResult withJobExecutionsRolloutConfig(JobExecutionsRolloutConfig jobExecutionsRolloutConfig)
jobExecutionsRolloutConfig
- public void setAbortConfig(AbortConfig abortConfig)
abortConfig
- public AbortConfig getAbortConfig()
public DescribeJobTemplateResult withAbortConfig(AbortConfig abortConfig)
abortConfig
- public void setTimeoutConfig(TimeoutConfig timeoutConfig)
timeoutConfig
- public TimeoutConfig getTimeoutConfig()
public DescribeJobTemplateResult withTimeoutConfig(TimeoutConfig timeoutConfig)
timeoutConfig
- public String toString()
toString
in class Object
Object.toString()
public DescribeJobTemplateResult clone()