@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateJobTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateJobTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateJobTemplateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCategory()
The new category for the job template, if you are changing it.
|
String |
getDescription()
The new description for the job template, if you are changing it.
|
String |
getName()
The name of the job template you are modifying
|
String |
getQueue()
The new queue for the job template, if you are changing it.
|
JobTemplateSettings |
getSettings() |
int |
hashCode() |
void |
setCategory(String category)
The new category for the job template, if you are changing it.
|
void |
setDescription(String description)
The new description for the job template, if you are changing it.
|
void |
setName(String name)
The name of the job template you are modifying
|
void |
setQueue(String queue)
The new queue for the job template, if you are changing it.
|
void |
setSettings(JobTemplateSettings settings) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateJobTemplateRequest |
withCategory(String category)
The new category for the job template, if you are changing it.
|
UpdateJobTemplateRequest |
withDescription(String description)
The new description for the job template, if you are changing it.
|
UpdateJobTemplateRequest |
withName(String name)
The name of the job template you are modifying
|
UpdateJobTemplateRequest |
withQueue(String queue)
The new queue for the job template, if you are changing it.
|
UpdateJobTemplateRequest |
withSettings(JobTemplateSettings settings) |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setCategory(String category)
category
- The new category for the job template, if you are changing it.public String getCategory()
public UpdateJobTemplateRequest withCategory(String category)
category
- The new category for the job template, if you are changing it.public void setDescription(String description)
description
- The new description for the job template, if you are changing it.public String getDescription()
public UpdateJobTemplateRequest withDescription(String description)
description
- The new description for the job template, if you are changing it.public void setName(String name)
name
- The name of the job template you are modifyingpublic String getName()
public UpdateJobTemplateRequest withName(String name)
name
- The name of the job template you are modifyingpublic void setQueue(String queue)
queue
- The new queue for the job template, if you are changing it.public String getQueue()
public UpdateJobTemplateRequest withQueue(String queue)
queue
- The new queue for the job template, if you are changing it.public void setSettings(JobTemplateSettings settings)
settings
- public JobTemplateSettings getSettings()
public UpdateJobTemplateRequest withSettings(JobTemplateSettings settings)
settings
- public String toString()
toString
in class Object
Object.toString()
public UpdateJobTemplateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.