@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateProcessingJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateProcessingJobResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateProcessingJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getProcessingJobArn()
The Amazon Resource Name (ARN) of the processing job.
|
int |
hashCode() |
void |
setProcessingJobArn(String processingJobArn)
The Amazon Resource Name (ARN) of the processing job.
|
String |
toString()
Returns a string representation of this object.
|
CreateProcessingJobResult |
withProcessingJobArn(String processingJobArn)
The Amazon Resource Name (ARN) of the processing job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setProcessingJobArn(String processingJobArn)
The Amazon Resource Name (ARN) of the processing job.
processingJobArn - The Amazon Resource Name (ARN) of the processing job.public String getProcessingJobArn()
The Amazon Resource Name (ARN) of the processing job.
public CreateProcessingJobResult withProcessingJobArn(String processingJobArn)
The Amazon Resource Name (ARN) of the processing job.
processingJobArn - The Amazon Resource Name (ARN) of the processing job.public String toString()
toString in class ObjectObject.toString()public CreateProcessingJobResult clone()