@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateJobTemplateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateJobTemplateResult() |
Modifier and Type | Method and Description |
---|---|
CreateJobTemplateResult |
clone() |
boolean |
equals(Object obj) |
String |
getJobTemplateArn()
The ARN of the job template.
|
String |
getJobTemplateId()
The unique identifier of the job template.
|
int |
hashCode() |
void |
setJobTemplateArn(String jobTemplateArn)
The ARN of the job template.
|
void |
setJobTemplateId(String jobTemplateId)
The unique identifier of the job template.
|
String |
toString()
Returns a string representation of this object.
|
CreateJobTemplateResult |
withJobTemplateArn(String jobTemplateArn)
The ARN of the job template.
|
CreateJobTemplateResult |
withJobTemplateId(String jobTemplateId)
The unique identifier of the job template.
|
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 CreateJobTemplateResult 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 CreateJobTemplateResult withJobTemplateId(String jobTemplateId)
The unique identifier of the job template.
jobTemplateId
- The unique identifier of the job template.public String toString()
toString
in class Object
Object.toString()
public CreateJobTemplateResult clone()