@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeJobResult extends AmazonWebServiceResult<S3ControlResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| DescribeJobResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeJobResult | clone() | 
| boolean | equals(Object obj) | 
| JobDescriptor | getJob()
 Contains the configuration parameters and status for the job specified in the  Describe Jobrequest. | 
| int | hashCode() | 
| void | setJob(JobDescriptor job)
 Contains the configuration parameters and status for the job specified in the  Describe Jobrequest. | 
| String | toString()Returns a string representation of this object. | 
| DescribeJobResult | withJob(JobDescriptor job)
 Contains the configuration parameters and status for the job specified in the  Describe Jobrequest. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setJob(JobDescriptor job)
 Contains the configuration parameters and status for the job specified in the Describe Job request.
 
job - Contains the configuration parameters and status for the job specified in the Describe Job
        request.public JobDescriptor getJob()
 Contains the configuration parameters and status for the job specified in the Describe Job request.
 
Describe Job
         request.public DescribeJobResult withJob(JobDescriptor job)
 Contains the configuration parameters and status for the job specified in the Describe Job request.
 
job - Contains the configuration parameters and status for the job specified in the Describe Job
        request.public String toString()
toString in class ObjectObject.toString()public DescribeJobResult clone()