@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) |
JobTemplate |
getJobTemplate()
This output displays information about the specified job template.
|
int |
hashCode() |
void |
setJobTemplate(JobTemplate jobTemplate)
This output displays information about the specified job template.
|
String |
toString()
Returns a string representation of this object.
|
DescribeJobTemplateResult |
withJobTemplate(JobTemplate jobTemplate)
This output displays information about the specified job template.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setJobTemplate(JobTemplate jobTemplate)
This output displays information about the specified job template.
jobTemplate - This output displays information about the specified job template.public JobTemplate getJobTemplate()
This output displays information about the specified job template.
public DescribeJobTemplateResult withJobTemplate(JobTemplate jobTemplate)
This output displays information about the specified job template.
jobTemplate - This output displays information about the specified job template.public String toString()
toString in class ObjectObject.toString()public DescribeJobTemplateResult clone()