@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMLTransformRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetMLTransformRequest() |
Modifier and Type | Method and Description |
---|---|
GetMLTransformRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getTransformId()
The unique identifier of the transform, generated at the time that the transform was created.
|
int |
hashCode() |
void |
setTransformId(String transformId)
The unique identifier of the transform, generated at the time that the transform was created.
|
String |
toString()
Returns a string representation of this object.
|
GetMLTransformRequest |
withTransformId(String transformId)
The unique identifier of the transform, generated at the time that the transform was created.
|
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 setTransformId(String transformId)
The unique identifier of the transform, generated at the time that the transform was created.
transformId
- The unique identifier of the transform, generated at the time that the transform was created.public String getTransformId()
The unique identifier of the transform, generated at the time that the transform was created.
public GetMLTransformRequest withTransformId(String transformId)
The unique identifier of the transform, generated at the time that the transform was created.
transformId
- The unique identifier of the transform, generated at the time that the transform was created.public String toString()
toString
in class Object
Object.toString()
public GetMLTransformRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()