@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeBatchSegmentJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| DescribeBatchSegmentJobResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeBatchSegmentJobResult | clone() | 
| boolean | equals(Object obj) | 
| BatchSegmentJob | getBatchSegmentJob()
 Information on the specified batch segment job. | 
| int | hashCode() | 
| void | setBatchSegmentJob(BatchSegmentJob batchSegmentJob)
 Information on the specified batch segment job. | 
| String | toString()Returns a string representation of this object. | 
| DescribeBatchSegmentJobResult | withBatchSegmentJob(BatchSegmentJob batchSegmentJob)
 Information on the specified batch segment job. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setBatchSegmentJob(BatchSegmentJob batchSegmentJob)
Information on the specified batch segment job.
batchSegmentJob - Information on the specified batch segment job.public BatchSegmentJob getBatchSegmentJob()
Information on the specified batch segment job.
public DescribeBatchSegmentJobResult withBatchSegmentJob(BatchSegmentJob batchSegmentJob)
Information on the specified batch segment job.
batchSegmentJob - Information on the specified batch segment job.public String toString()
toString in class ObjectObject.toString()public DescribeBatchSegmentJobResult clone()