@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetProperties extends Object implements Serializable, Cloneable, StructuredPojo
Properties associated with the dataset.
Constructor and Description |
---|
DatasetProperties() |
Modifier and Type | Method and Description |
---|---|
DatasetProperties |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
Creation time of the dataset.
|
String |
getDatasetArn()
The ARN of the dataset.
|
String |
getDatasetName()
The name of the dataset.
|
String |
getDatasetS3Uri()
The S3 URI where the dataset is stored.
|
String |
getDatasetType()
The dataset type (training data or test data).
|
String |
getDescription()
Description of the dataset.
|
Date |
getEndTime()
Time when the data from the dataset becomes available in the data lake.
|
String |
getMessage()
A description of the status of the dataset.
|
Long |
getNumberOfDocuments()
The number of documents in the dataset.
|
String |
getStatus()
The dataset status.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTime(Date creationTime)
Creation time of the dataset.
|
void |
setDatasetArn(String datasetArn)
The ARN of the dataset.
|
void |
setDatasetName(String datasetName)
The name of the dataset.
|
void |
setDatasetS3Uri(String datasetS3Uri)
The S3 URI where the dataset is stored.
|
void |
setDatasetType(String datasetType)
The dataset type (training data or test data).
|
void |
setDescription(String description)
Description of the dataset.
|
void |
setEndTime(Date endTime)
Time when the data from the dataset becomes available in the data lake.
|
void |
setMessage(String message)
A description of the status of the dataset.
|
void |
setNumberOfDocuments(Long numberOfDocuments)
The number of documents in the dataset.
|
void |
setStatus(String status)
The dataset status.
|
String |
toString()
Returns a string representation of this object.
|
DatasetProperties |
withCreationTime(Date creationTime)
Creation time of the dataset.
|
DatasetProperties |
withDatasetArn(String datasetArn)
The ARN of the dataset.
|
DatasetProperties |
withDatasetName(String datasetName)
The name of the dataset.
|
DatasetProperties |
withDatasetS3Uri(String datasetS3Uri)
The S3 URI where the dataset is stored.
|
DatasetProperties |
withDatasetType(DatasetType datasetType)
The dataset type (training data or test data).
|
DatasetProperties |
withDatasetType(String datasetType)
The dataset type (training data or test data).
|
DatasetProperties |
withDescription(String description)
Description of the dataset.
|
DatasetProperties |
withEndTime(Date endTime)
Time when the data from the dataset becomes available in the data lake.
|
DatasetProperties |
withMessage(String message)
A description of the status of the dataset.
|
DatasetProperties |
withNumberOfDocuments(Long numberOfDocuments)
The number of documents in the dataset.
|
DatasetProperties |
withStatus(DatasetStatus status)
The dataset status.
|
DatasetProperties |
withStatus(String status)
The dataset status.
|
public void setDatasetArn(String datasetArn)
The ARN of the dataset.
datasetArn
- The ARN of the dataset.public String getDatasetArn()
The ARN of the dataset.
public DatasetProperties withDatasetArn(String datasetArn)
The ARN of the dataset.
datasetArn
- The ARN of the dataset.public void setDatasetName(String datasetName)
The name of the dataset.
datasetName
- The name of the dataset.public String getDatasetName()
The name of the dataset.
public DatasetProperties withDatasetName(String datasetName)
The name of the dataset.
datasetName
- The name of the dataset.public void setDatasetType(String datasetType)
The dataset type (training data or test data).
datasetType
- The dataset type (training data or test data).DatasetType
public String getDatasetType()
The dataset type (training data or test data).
DatasetType
public DatasetProperties withDatasetType(String datasetType)
The dataset type (training data or test data).
datasetType
- The dataset type (training data or test data).DatasetType
public DatasetProperties withDatasetType(DatasetType datasetType)
The dataset type (training data or test data).
datasetType
- The dataset type (training data or test data).DatasetType
public void setDatasetS3Uri(String datasetS3Uri)
The S3 URI where the dataset is stored.
datasetS3Uri
- The S3 URI where the dataset is stored.public String getDatasetS3Uri()
The S3 URI where the dataset is stored.
public DatasetProperties withDatasetS3Uri(String datasetS3Uri)
The S3 URI where the dataset is stored.
datasetS3Uri
- The S3 URI where the dataset is stored.public void setDescription(String description)
Description of the dataset.
description
- Description of the dataset.public String getDescription()
Description of the dataset.
public DatasetProperties withDescription(String description)
Description of the dataset.
description
- Description of the dataset.public void setStatus(String status)
The dataset status. While the system creates the dataset, the status is CREATING
. When the dataset
is ready to use, the status changes to COMPLETED
.
status
- The dataset status. While the system creates the dataset, the status is CREATING
. When the
dataset is ready to use, the status changes to COMPLETED
.DatasetStatus
public String getStatus()
The dataset status. While the system creates the dataset, the status is CREATING
. When the dataset
is ready to use, the status changes to COMPLETED
.
CREATING
. When the
dataset is ready to use, the status changes to COMPLETED
.DatasetStatus
public DatasetProperties withStatus(String status)
The dataset status. While the system creates the dataset, the status is CREATING
. When the dataset
is ready to use, the status changes to COMPLETED
.
status
- The dataset status. While the system creates the dataset, the status is CREATING
. When the
dataset is ready to use, the status changes to COMPLETED
.DatasetStatus
public DatasetProperties withStatus(DatasetStatus status)
The dataset status. While the system creates the dataset, the status is CREATING
. When the dataset
is ready to use, the status changes to COMPLETED
.
status
- The dataset status. While the system creates the dataset, the status is CREATING
. When the
dataset is ready to use, the status changes to COMPLETED
.DatasetStatus
public void setMessage(String message)
A description of the status of the dataset.
message
- A description of the status of the dataset.public String getMessage()
A description of the status of the dataset.
public DatasetProperties withMessage(String message)
A description of the status of the dataset.
message
- A description of the status of the dataset.public void setNumberOfDocuments(Long numberOfDocuments)
The number of documents in the dataset.
numberOfDocuments
- The number of documents in the dataset.public Long getNumberOfDocuments()
The number of documents in the dataset.
public DatasetProperties withNumberOfDocuments(Long numberOfDocuments)
The number of documents in the dataset.
numberOfDocuments
- The number of documents in the dataset.public void setCreationTime(Date creationTime)
Creation time of the dataset.
creationTime
- Creation time of the dataset.public Date getCreationTime()
Creation time of the dataset.
public DatasetProperties withCreationTime(Date creationTime)
Creation time of the dataset.
creationTime
- Creation time of the dataset.public void setEndTime(Date endTime)
Time when the data from the dataset becomes available in the data lake.
endTime
- Time when the data from the dataset becomes available in the data lake.public Date getEndTime()
Time when the data from the dataset becomes available in the data lake.
public DatasetProperties withEndTime(Date endTime)
Time when the data from the dataset becomes available in the data lake.
endTime
- Time when the data from the dataset becomes available in the data lake.public String toString()
toString
in class Object
Object.toString()
public DatasetProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.