@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateJobResult extends AmazonWebServiceResult<S3ControlResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| CreateJobResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateJobResult | clone() | 
| boolean | equals(Object obj) | 
| String | getJobId()
 The ID for this job. | 
| int | hashCode() | 
| void | setJobId(String jobId)
 The ID for this job. | 
| String | toString()Returns a string representation of this object. | 
| CreateJobResult | withJobId(String jobId)
 The ID for this job. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setJobId(String jobId)
 The ID for this job. Amazon S3 generates this ID automatically and returns it after a successful
 Create Job request.
 
jobId - The ID for this job. Amazon S3 generates this ID automatically and returns it after a successful
        Create Job request.public String getJobId()
 The ID for this job. Amazon S3 generates this ID automatically and returns it after a successful
 Create Job request.
 
Create Job request.public CreateJobResult withJobId(String jobId)
 The ID for this job. Amazon S3 generates this ID automatically and returns it after a successful
 Create Job request.
 
jobId - The ID for this job. Amazon S3 generates this ID automatically and returns it after a successful
        Create Job request.public String toString()
toString in class ObjectObject.toString()public CreateJobResult clone()