@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTransformerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetTransformerRequest() |
Modifier and Type | Method and Description |
---|---|
GetTransformerRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getTransformerId()
Specifies the system-assigned unique identifier for the transformer.
|
int |
hashCode() |
void |
setTransformerId(String transformerId)
Specifies the system-assigned unique identifier for the transformer.
|
String |
toString()
Returns a string representation of this object.
|
GetTransformerRequest |
withTransformerId(String transformerId)
Specifies the system-assigned unique identifier for the transformer.
|
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 setTransformerId(String transformerId)
Specifies the system-assigned unique identifier for the transformer.
transformerId
- Specifies the system-assigned unique identifier for the transformer.public String getTransformerId()
Specifies the system-assigned unique identifier for the transformer.
public GetTransformerRequest withTransformerId(String transformerId)
Specifies the system-assigned unique identifier for the transformer.
transformerId
- Specifies the system-assigned unique identifier for the transformer.public String toString()
toString
in class Object
Object.toString()
public GetTransformerRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()