@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeManagedJobTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeManagedJobTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeManagedJobTemplateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getTemplateName()
The unique name of a managed job template, which is required.
|
String |
getTemplateVersion()
An optional parameter to specify version of a managed template.
|
int |
hashCode() |
void |
setTemplateName(String templateName)
The unique name of a managed job template, which is required.
|
void |
setTemplateVersion(String templateVersion)
An optional parameter to specify version of a managed template.
|
String |
toString()
Returns a string representation of this object.
|
DescribeManagedJobTemplateRequest |
withTemplateName(String templateName)
The unique name of a managed job template, which is required.
|
DescribeManagedJobTemplateRequest |
withTemplateVersion(String templateVersion)
An optional parameter to specify version of a managed template.
|
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 setTemplateName(String templateName)
The unique name of a managed job template, which is required.
templateName
- The unique name of a managed job template, which is required.public String getTemplateName()
The unique name of a managed job template, which is required.
public DescribeManagedJobTemplateRequest withTemplateName(String templateName)
The unique name of a managed job template, which is required.
templateName
- The unique name of a managed job template, which is required.public void setTemplateVersion(String templateVersion)
An optional parameter to specify version of a managed template. If not specified, the pre-defined default version is returned.
templateVersion
- An optional parameter to specify version of a managed template. If not specified, the pre-defined default
version is returned.public String getTemplateVersion()
An optional parameter to specify version of a managed template. If not specified, the pre-defined default version is returned.
public DescribeManagedJobTemplateRequest withTemplateVersion(String templateVersion)
An optional parameter to specify version of a managed template. If not specified, the pre-defined default version is returned.
templateVersion
- An optional parameter to specify version of a managed template. If not specified, the pre-defined default
version is returned.public String toString()
toString
in class Object
Object.toString()
public DescribeManagedJobTemplateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()