@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) |
Date |
getCreatedAt()
Specifies the time the dataset was created in Lookout for Equipment.
|
Date |
getDataEndTime()
Indicates the latest timestamp corresponding to data that was successfully ingested during the most recent
ingestion of this particular dataset.
|
DataQualitySummary |
getDataQualitySummary()
Gives statistics associated with the given dataset for the latest successful associated ingestion job id.
|
String |
getDatasetArn()
The Amazon Resource Name (ARN) of the dataset being described.
|
String |
getDatasetName()
The name of the dataset being described.
|
Date |
getDataStartTime()
Indicates the earliest timestamp corresponding to data that was successfully ingested during the most recent
ingestion of this particular dataset.
|
IngestedFilesSummary |
getIngestedFilesSummary()
IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id.
|
IngestionInputConfiguration |
getIngestionInputConfiguration()
Specifies the S3 location configuration for the data input for the data ingestion job.
|
Date |
getLastUpdatedAt()
Specifies the time the dataset was last updated, if it was.
|
String |
getRoleArn()
The Amazon Resource Name (ARN) of the IAM role that you are using for this the data ingestion job.
|
String |
getSchema()
A JSON description of the data that is in each time series dataset, including names, column names, and data
types.
|
String |
getServerSideKmsKeyId()
Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment.
|
String |
getSourceDatasetArn()
The Amazon Resource Name (ARN) of the source dataset from which the current data being described was imported
from.
|
String |
getStatus()
Indicates the status of the dataset.
|
int |
hashCode() |
void |
setCreatedAt(Date createdAt)
Specifies the time the dataset was created in Lookout for Equipment.
|
void |
setDataEndTime(Date dataEndTime)
Indicates the latest timestamp corresponding to data that was successfully ingested during the most recent
ingestion of this particular dataset.
|
void |
setDataQualitySummary(DataQualitySummary dataQualitySummary)
Gives statistics associated with the given dataset for the latest successful associated ingestion job id.
|
void |
setDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset being described.
|
void |
setDatasetName(String datasetName)
The name of the dataset being described.
|
void |
setDataStartTime(Date dataStartTime)
Indicates the earliest timestamp corresponding to data that was successfully ingested during the most recent
ingestion of this particular dataset.
|
void |
setIngestedFilesSummary(IngestedFilesSummary ingestedFilesSummary)
IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id.
|
void |
setIngestionInputConfiguration(IngestionInputConfiguration ingestionInputConfiguration)
Specifies the S3 location configuration for the data input for the data ingestion job.
|
void |
setLastUpdatedAt(Date lastUpdatedAt)
Specifies the time the dataset was last updated, if it was.
|
void |
setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that you are using for this the data ingestion job.
|
void |
setSchema(String schema)
A JSON description of the data that is in each time series dataset, including names, column names, and data
types.
|
void |
setServerSideKmsKeyId(String serverSideKmsKeyId)
Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment.
|
void |
setSourceDatasetArn(String sourceDatasetArn)
The Amazon Resource Name (ARN) of the source dataset from which the current data being described was imported
from.
|
void |
setStatus(String status)
Indicates the status of the dataset.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDatasetResult |
withCreatedAt(Date createdAt)
Specifies the time the dataset was created in Lookout for Equipment.
|
DescribeDatasetResult |
withDataEndTime(Date dataEndTime)
Indicates the latest timestamp corresponding to data that was successfully ingested during the most recent
ingestion of this particular dataset.
|
DescribeDatasetResult |
withDataQualitySummary(DataQualitySummary dataQualitySummary)
Gives statistics associated with the given dataset for the latest successful associated ingestion job id.
|
DescribeDatasetResult |
withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset being described.
|
DescribeDatasetResult |
withDatasetName(String datasetName)
The name of the dataset being described.
|
DescribeDatasetResult |
withDataStartTime(Date dataStartTime)
Indicates the earliest timestamp corresponding to data that was successfully ingested during the most recent
ingestion of this particular dataset.
|
DescribeDatasetResult |
withIngestedFilesSummary(IngestedFilesSummary ingestedFilesSummary)
IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id.
|
DescribeDatasetResult |
withIngestionInputConfiguration(IngestionInputConfiguration ingestionInputConfiguration)
Specifies the S3 location configuration for the data input for the data ingestion job.
|
DescribeDatasetResult |
withLastUpdatedAt(Date lastUpdatedAt)
Specifies the time the dataset was last updated, if it was.
|
DescribeDatasetResult |
withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that you are using for this the data ingestion job.
|
DescribeDatasetResult |
withSchema(String schema)
A JSON description of the data that is in each time series dataset, including names, column names, and data
types.
|
DescribeDatasetResult |
withServerSideKmsKeyId(String serverSideKmsKeyId)
Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment.
|
DescribeDatasetResult |
withSourceDatasetArn(String sourceDatasetArn)
The Amazon Resource Name (ARN) of the source dataset from which the current data being described was imported
from.
|
DescribeDatasetResult |
withStatus(DatasetStatus status)
Indicates the status of the dataset.
|
DescribeDatasetResult |
withStatus(String status)
Indicates the status of the dataset.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDatasetName(String datasetName)
The name of the dataset being described.
datasetName
- The name of the dataset being described.public String getDatasetName()
The name of the dataset being described.
public DescribeDatasetResult withDatasetName(String datasetName)
The name of the dataset being described.
datasetName
- The name of the dataset being described.public void setDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset being described.
datasetArn
- The Amazon Resource Name (ARN) of the dataset being described.public String getDatasetArn()
The Amazon Resource Name (ARN) of the dataset being described.
public DescribeDatasetResult withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset being described.
datasetArn
- The Amazon Resource Name (ARN) of the dataset being described.public void setCreatedAt(Date createdAt)
Specifies the time the dataset was created in Lookout for Equipment.
createdAt
- Specifies the time the dataset was created in Lookout for Equipment.public Date getCreatedAt()
Specifies the time the dataset was created in Lookout for Equipment.
public DescribeDatasetResult withCreatedAt(Date createdAt)
Specifies the time the dataset was created in Lookout for Equipment.
createdAt
- Specifies the time the dataset was created in Lookout for Equipment.public void setLastUpdatedAt(Date lastUpdatedAt)
Specifies the time the dataset was last updated, if it was.
lastUpdatedAt
- Specifies the time the dataset was last updated, if it was.public Date getLastUpdatedAt()
Specifies the time the dataset was last updated, if it was.
public DescribeDatasetResult withLastUpdatedAt(Date lastUpdatedAt)
Specifies the time the dataset was last updated, if it was.
lastUpdatedAt
- Specifies the time the dataset was last updated, if it was.public void setStatus(String status)
Indicates the status of the dataset.
status
- Indicates the status of the dataset.DatasetStatus
public String getStatus()
Indicates the status of the dataset.
DatasetStatus
public DescribeDatasetResult withStatus(String status)
Indicates the status of the dataset.
status
- Indicates the status of the dataset.DatasetStatus
public DescribeDatasetResult withStatus(DatasetStatus status)
Indicates the status of the dataset.
status
- Indicates the status of the dataset.DatasetStatus
public void setSchema(String schema)
A JSON description of the data that is in each time series dataset, including names, column names, and data types.
This field's value must be valid JSON according to RFC 7159, including the opening and closing braces. For example: '{"key": "value"}'.
The AWS SDK for Java performs a Base64 encoding on this field before sending this request to the AWS service. Users of the SDK should not perform Base64 encoding on this field.
schema
- A JSON description of the data that is in each time series dataset, including names, column names, and
data types.public String getSchema()
A JSON description of the data that is in each time series dataset, including names, column names, and data types.
This field's value will be valid JSON according to RFC 7159, including the opening and closing braces. For example: '{"key": "value"}'.
public DescribeDatasetResult withSchema(String schema)
A JSON description of the data that is in each time series dataset, including names, column names, and data types.
This field's value must be valid JSON according to RFC 7159, including the opening and closing braces. For example: '{"key": "value"}'.
The AWS SDK for Java performs a Base64 encoding on this field before sending this request to the AWS service. Users of the SDK should not perform Base64 encoding on this field.
schema
- A JSON description of the data that is in each time series dataset, including names, column names, and
data types.public void setServerSideKmsKeyId(String serverSideKmsKeyId)
Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment.
serverSideKmsKeyId
- Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment.public String getServerSideKmsKeyId()
Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment.
public DescribeDatasetResult withServerSideKmsKeyId(String serverSideKmsKeyId)
Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment.
serverSideKmsKeyId
- Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment.public void setIngestionInputConfiguration(IngestionInputConfiguration ingestionInputConfiguration)
Specifies the S3 location configuration for the data input for the data ingestion job.
ingestionInputConfiguration
- Specifies the S3 location configuration for the data input for the data ingestion job.public IngestionInputConfiguration getIngestionInputConfiguration()
Specifies the S3 location configuration for the data input for the data ingestion job.
public DescribeDatasetResult withIngestionInputConfiguration(IngestionInputConfiguration ingestionInputConfiguration)
Specifies the S3 location configuration for the data input for the data ingestion job.
ingestionInputConfiguration
- Specifies the S3 location configuration for the data input for the data ingestion job.public void setDataQualitySummary(DataQualitySummary dataQualitySummary)
Gives statistics associated with the given dataset for the latest successful associated ingestion job id. These statistics primarily relate to quantifying incorrect data such as MissingCompleteSensorData, MissingSensorData, UnsupportedDateFormats, InsufficientSensorData, and DuplicateTimeStamps.
dataQualitySummary
- Gives statistics associated with the given dataset for the latest successful associated ingestion job id.
These statistics primarily relate to quantifying incorrect data such as MissingCompleteSensorData,
MissingSensorData, UnsupportedDateFormats, InsufficientSensorData, and DuplicateTimeStamps.public DataQualitySummary getDataQualitySummary()
Gives statistics associated with the given dataset for the latest successful associated ingestion job id. These statistics primarily relate to quantifying incorrect data such as MissingCompleteSensorData, MissingSensorData, UnsupportedDateFormats, InsufficientSensorData, and DuplicateTimeStamps.
public DescribeDatasetResult withDataQualitySummary(DataQualitySummary dataQualitySummary)
Gives statistics associated with the given dataset for the latest successful associated ingestion job id. These statistics primarily relate to quantifying incorrect data such as MissingCompleteSensorData, MissingSensorData, UnsupportedDateFormats, InsufficientSensorData, and DuplicateTimeStamps.
dataQualitySummary
- Gives statistics associated with the given dataset for the latest successful associated ingestion job id.
These statistics primarily relate to quantifying incorrect data such as MissingCompleteSensorData,
MissingSensorData, UnsupportedDateFormats, InsufficientSensorData, and DuplicateTimeStamps.public void setIngestedFilesSummary(IngestedFilesSummary ingestedFilesSummary)
IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id.
ingestedFilesSummary
- IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job
id.public IngestedFilesSummary getIngestedFilesSummary()
IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id.
public DescribeDatasetResult withIngestedFilesSummary(IngestedFilesSummary ingestedFilesSummary)
IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id.
ingestedFilesSummary
- IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job
id.public void setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that you are using for this the data ingestion job.
roleArn
- The Amazon Resource Name (ARN) of the IAM role that you are using for this the data ingestion job.public String getRoleArn()
The Amazon Resource Name (ARN) of the IAM role that you are using for this the data ingestion job.
public DescribeDatasetResult withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that you are using for this the data ingestion job.
roleArn
- The Amazon Resource Name (ARN) of the IAM role that you are using for this the data ingestion job.public void setDataStartTime(Date dataStartTime)
Indicates the earliest timestamp corresponding to data that was successfully ingested during the most recent ingestion of this particular dataset.
dataStartTime
- Indicates the earliest timestamp corresponding to data that was successfully ingested during the most
recent ingestion of this particular dataset.public Date getDataStartTime()
Indicates the earliest timestamp corresponding to data that was successfully ingested during the most recent ingestion of this particular dataset.
public DescribeDatasetResult withDataStartTime(Date dataStartTime)
Indicates the earliest timestamp corresponding to data that was successfully ingested during the most recent ingestion of this particular dataset.
dataStartTime
- Indicates the earliest timestamp corresponding to data that was successfully ingested during the most
recent ingestion of this particular dataset.public void setDataEndTime(Date dataEndTime)
Indicates the latest timestamp corresponding to data that was successfully ingested during the most recent ingestion of this particular dataset.
dataEndTime
- Indicates the latest timestamp corresponding to data that was successfully ingested during the most recent
ingestion of this particular dataset.public Date getDataEndTime()
Indicates the latest timestamp corresponding to data that was successfully ingested during the most recent ingestion of this particular dataset.
public DescribeDatasetResult withDataEndTime(Date dataEndTime)
Indicates the latest timestamp corresponding to data that was successfully ingested during the most recent ingestion of this particular dataset.
dataEndTime
- Indicates the latest timestamp corresponding to data that was successfully ingested during the most recent
ingestion of this particular dataset.public void setSourceDatasetArn(String sourceDatasetArn)
The Amazon Resource Name (ARN) of the source dataset from which the current data being described was imported from.
sourceDatasetArn
- The Amazon Resource Name (ARN) of the source dataset from which the current data being described was
imported from.public String getSourceDatasetArn()
The Amazon Resource Name (ARN) of the source dataset from which the current data being described was imported from.
public DescribeDatasetResult withSourceDatasetArn(String sourceDatasetArn)
The Amazon Resource Name (ARN) of the source dataset from which the current data being described was imported from.
sourceDatasetArn
- The Amazon Resource Name (ARN) of the source dataset from which the current data being described was
imported from.public String toString()
toString
in class Object
Object.toString()
public DescribeDatasetResult clone()