@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public CreateProcessingJobResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.