@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTransformJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeTransformJobRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeTransformJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getTransformJobName()
The name of the transform job that you want to view details of.
|
int |
hashCode() |
void |
setTransformJobName(String transformJobName)
The name of the transform job that you want to view details of.
|
String |
toString()
Returns a string representation of this object.
|
DescribeTransformJobRequest |
withTransformJobName(String transformJobName)
The name of the transform job that you want to view details of.
|
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, withSdkRequestTimeoutpublic void setTransformJobName(String transformJobName)
The name of the transform job that you want to view details of.
transformJobName - The name of the transform job that you want to view details of.public String getTransformJobName()
The name of the transform job that you want to view details of.
public DescribeTransformJobRequest withTransformJobName(String transformJobName)
The name of the transform job that you want to view details of.
transformJobName - The name of the transform job that you want to view details of.public String toString()
toString in class ObjectObject.toString()public DescribeTransformJobRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()