@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDataSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateDataSetResult() |
Modifier and Type | Method and Description |
---|---|
CreateDataSetResult |
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 |
getIngestionArn()
The ARN for the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.
|
String |
getIngestionId()
The ID of the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.
|
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 |
setIngestionArn(String ingestionArn)
The ARN for the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.
|
void |
setIngestionId(String ingestionId)
The ID of the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.
|
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.
|
CreateDataSetResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the dataset.
|
CreateDataSetResult |
withDataSetId(String dataSetId)
The ID for the dataset that you want to create.
|
CreateDataSetResult |
withIngestionArn(String ingestionArn)
The ARN for the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.
|
CreateDataSetResult |
withIngestionId(String ingestionId)
The ID of the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.
|
CreateDataSetResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
CreateDataSetResult |
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 CreateDataSetResult 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 CreateDataSetResult 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 setIngestionArn(String ingestionArn)
The ARN for the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.
ingestionArn
- The ARN for the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.public String getIngestionArn()
The ARN for the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.
public CreateDataSetResult withIngestionArn(String ingestionArn)
The ARN for the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.
ingestionArn
- The ARN for the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.public void setIngestionId(String ingestionId)
The ID of the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.
ingestionId
- The ID of the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.public String getIngestionId()
The ID of the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.
public CreateDataSetResult withIngestionId(String ingestionId)
The ID of the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.
ingestionId
- The ID of the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.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 CreateDataSetResult 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 CreateDataSetResult 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 CreateDataSetResult clone()