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