@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDataSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeDataSetResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDataSetResult |
clone() |
boolean |
equals(Object obj) |
DataSet |
getDataSet()
Information on the dataset.
|
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
int |
hashCode() |
void |
setDataSet(DataSet dataSet)
Information on the dataset.
|
void |
setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDataSetResult |
withDataSet(DataSet dataSet)
Information on the dataset.
|
DescribeDataSetResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DescribeDataSetResult |
withStatus(Integer status)
The HTTP status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDataSet(DataSet dataSet)
Information on the dataset.
dataSet
- Information on the dataset.public DataSet getDataSet()
Information on the dataset.
public DescribeDataSetResult withDataSet(DataSet dataSet)
Information on the dataset.
dataSet
- Information on the dataset.public void setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public String getRequestId()
The Amazon Web Services request ID for this operation.
public DescribeDataSetResult withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public void setStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public Integer getStatus()
The HTTP status of the request.
public DescribeDataSetResult withStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public String toString()
toString
in class Object
Object.toString()
public DescribeDataSetResult clone()