@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CopyJobTemplateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CopyJobTemplateResult() |
Modifier and Type | Method and Description |
---|---|
CopyJobTemplateResult |
clone() |
boolean |
equals(Object obj) |
String |
getTemplateType()
The format of the job template, either
JSON or YAML . |
int |
hashCode() |
void |
setTemplateType(String templateType)
The format of the job template, either
JSON or YAML . |
String |
toString()
Returns a string representation of this object.
|
CopyJobTemplateResult |
withTemplateType(JobTemplateType templateType)
The format of the job template, either
JSON or YAML . |
CopyJobTemplateResult |
withTemplateType(String templateType)
The format of the job template, either
JSON or YAML . |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTemplateType(String templateType)
The format of the job template, either JSON
or YAML
.
templateType
- The format of the job template, either JSON
or YAML
.JobTemplateType
public String getTemplateType()
The format of the job template, either JSON
or YAML
.
JSON
or YAML
.JobTemplateType
public CopyJobTemplateResult withTemplateType(String templateType)
The format of the job template, either JSON
or YAML
.
templateType
- The format of the job template, either JSON
or YAML
.JobTemplateType
public CopyJobTemplateResult withTemplateType(JobTemplateType templateType)
The format of the job template, either JSON
or YAML
.
templateType
- The format of the job template, either JSON
or YAML
.JobTemplateType
public String toString()
toString
in class Object
Object.toString()
public CopyJobTemplateResult clone()