@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDataSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteDataSetResult() |
Modifier and Type | Method and Description |
---|---|
DeleteDataSetResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the dataset.
|
String |
getDataSetId()
The ID for the dataset that you want to create.
|
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the dataset.
|
void |
setDataSetId(String dataSetId)
The ID for the dataset that you want to create.
|
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.
|
DeleteDataSetResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the dataset.
|
DeleteDataSetResult |
withDataSetId(String dataSetId)
The ID for the dataset that you want to create.
|
DeleteDataSetResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DeleteDataSetResult |
withStatus(Integer status)
The HTTP status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (ARN) of the dataset.
arn
- The Amazon Resource Name (ARN) of the dataset.public String getArn()
The Amazon Resource Name (ARN) of the dataset.
public DeleteDataSetResult withArn(String arn)
The Amazon Resource Name (ARN) of the dataset.
arn
- The Amazon Resource Name (ARN) of the dataset.public void setDataSetId(String dataSetId)
The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
dataSetId
- The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each
Amazon Web Services account.public String getDataSetId()
The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
public DeleteDataSetResult withDataSetId(String dataSetId)
The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
dataSetId
- The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each
Amazon Web Services account.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 DeleteDataSetResult 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 DeleteDataSetResult 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 DeleteDataSetResult clone()