@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTransformJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateTransformJobResult() |
Modifier and Type | Method and Description |
---|---|
CreateTransformJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getTransformJobArn()
The Amazon Resource Name (ARN) of the transform job.
|
int |
hashCode() |
void |
setTransformJobArn(String transformJobArn)
The Amazon Resource Name (ARN) of the transform job.
|
String |
toString()
Returns a string representation of this object.
|
CreateTransformJobResult |
withTransformJobArn(String transformJobArn)
The Amazon Resource Name (ARN) of the transform job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTransformJobArn(String transformJobArn)
The Amazon Resource Name (ARN) of the transform job.
transformJobArn
- The Amazon Resource Name (ARN) of the transform job.public String getTransformJobArn()
The Amazon Resource Name (ARN) of the transform job.
public CreateTransformJobResult withTransformJobArn(String transformJobArn)
The Amazon Resource Name (ARN) of the transform job.
transformJobArn
- The Amazon Resource Name (ARN) of the transform job.public String toString()
toString
in class Object
Object.toString()
public CreateTransformJobResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.