/*
* Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
* CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
* and limitations under the License.
*/
package com.amazonaws.services.finspacedata.model;
import java.io.Serializable;
import javax.annotation.Generated;
/**
* Response for the GetDataset operation
*
* @see AWS API
* Documentation
*/
@Generated("com.amazonaws:aws-java-sdk-code-generator")
public class GetDatasetResult extends com.amazonaws.AmazonWebServiceResult
* The unique identifier for a Dataset.
*
* The ARN identifier of the Dataset.
*
* Display title for a Dataset.
*
* The format in which Dataset data is structured.
*
*
*
* A description of the Dataset.
*
* The timestamp at which the Dataset was created in FinSpace. The value is determined as epoch time in
* milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
*
* The last time that the Dataset was modified. The value is determined as epoch time in milliseconds. For example,
* the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
*
* Definition for a schema on a tabular Dataset.
*
* The unique resource identifier for a Dataset.
*
* Status of the Dataset creation.
*
*
*
*
*
* The unique identifier for a Dataset.
*
* The unique identifier for a Dataset.
*
* The unique identifier for a Dataset.
*
* The ARN identifier of the Dataset.
*
* The ARN identifier of the Dataset.
*
* The ARN identifier of the Dataset.
*
* Display title for a Dataset.
*
* Display title for a Dataset.
*
* Display title for a Dataset.
*
* The format in which Dataset data is structured.
*
*
*
*
*/
private String kind;
/**
* TABULAR
– Data is structured in a tabular format.
* NON_TABULAR
– Data is structured in a non-tabular format.
*
*
*/
private String status;
/**
* PENDING
– Dataset is pending creation.
* FAILED
– Dataset creation has failed.
* SUCCESS
– Dataset creation has succeeded.
* RUNNING
– Dataset creation is running.
*
*
*
* @param kind
* The format in which Dataset data is structured.TABULAR
– Data is structured in a tabular format.
* NON_TABULAR
– Data is structured in a non-tabular format.
*
* TABULAR
– Data is structured in a tabular format.
*
* NON_TABULAR
– Data is structured in a non-tabular format.
*
* The format in which Dataset data is structured. *
*
* TABULAR
– Data is structured in a tabular format.
*
* NON_TABULAR
– Data is structured in a non-tabular format.
*
* TABULAR
– Data is structured in a tabular format.
*
* NON_TABULAR
– Data is structured in a non-tabular format.
*
* The format in which Dataset data is structured. *
*
* TABULAR
– Data is structured in a tabular format.
*
* NON_TABULAR
– Data is structured in a non-tabular format.
*
* TABULAR
– Data is structured in a tabular format.
*
* NON_TABULAR
– Data is structured in a non-tabular format.
*
* The format in which Dataset data is structured. *
*
* TABULAR
– Data is structured in a tabular format.
*
* NON_TABULAR
– Data is structured in a non-tabular format.
*
* TABULAR
– Data is structured in a tabular format.
*
* NON_TABULAR
– Data is structured in a non-tabular format.
*
* A description of the Dataset. *
* * @param datasetDescription * A description of the Dataset. */ public void setDatasetDescription(String datasetDescription) { this.datasetDescription = datasetDescription; } /** ** A description of the Dataset. *
* * @return A description of the Dataset. */ public String getDatasetDescription() { return this.datasetDescription; } /** ** A description of the Dataset. *
* * @param datasetDescription * A description of the Dataset. * @return Returns a reference to this object so that method calls can be chained together. */ public GetDatasetResult withDatasetDescription(String datasetDescription) { setDatasetDescription(datasetDescription); return this; } /** ** The timestamp at which the Dataset was created in FinSpace. The value is determined as epoch time in * milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000. *
* * @param createTime * The timestamp at which the Dataset was created in FinSpace. The value is determined as epoch time in * milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as * 1635768000000. */ public void setCreateTime(Long createTime) { this.createTime = createTime; } /** ** The timestamp at which the Dataset was created in FinSpace. The value is determined as epoch time in * milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000. *
* * @return The timestamp at which the Dataset was created in FinSpace. The value is determined as epoch time in * milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as * 1635768000000. */ public Long getCreateTime() { return this.createTime; } /** ** The timestamp at which the Dataset was created in FinSpace. The value is determined as epoch time in * milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000. *
* * @param createTime * The timestamp at which the Dataset was created in FinSpace. The value is determined as epoch time in * milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as * 1635768000000. * @return Returns a reference to this object so that method calls can be chained together. */ public GetDatasetResult withCreateTime(Long createTime) { setCreateTime(createTime); return this; } /** ** The last time that the Dataset was modified. The value is determined as epoch time in milliseconds. For example, * the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000. *
* * @param lastModifiedTime * The last time that the Dataset was modified. The value is determined as epoch time in milliseconds. For * example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000. */ public void setLastModifiedTime(Long lastModifiedTime) { this.lastModifiedTime = lastModifiedTime; } /** ** The last time that the Dataset was modified. The value is determined as epoch time in milliseconds. For example, * the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000. *
* * @return The last time that the Dataset was modified. The value is determined as epoch time in milliseconds. For * example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000. */ public Long getLastModifiedTime() { return this.lastModifiedTime; } /** ** The last time that the Dataset was modified. The value is determined as epoch time in milliseconds. For example, * the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000. *
* * @param lastModifiedTime * The last time that the Dataset was modified. The value is determined as epoch time in milliseconds. For * example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000. * @return Returns a reference to this object so that method calls can be chained together. */ public GetDatasetResult withLastModifiedTime(Long lastModifiedTime) { setLastModifiedTime(lastModifiedTime); return this; } /** ** Definition for a schema on a tabular Dataset. *
* * @param schemaDefinition * Definition for a schema on a tabular Dataset. */ public void setSchemaDefinition(SchemaUnion schemaDefinition) { this.schemaDefinition = schemaDefinition; } /** ** Definition for a schema on a tabular Dataset. *
* * @return Definition for a schema on a tabular Dataset. */ public SchemaUnion getSchemaDefinition() { return this.schemaDefinition; } /** ** Definition for a schema on a tabular Dataset. *
* * @param schemaDefinition * Definition for a schema on a tabular Dataset. * @return Returns a reference to this object so that method calls can be chained together. */ public GetDatasetResult withSchemaDefinition(SchemaUnion schemaDefinition) { setSchemaDefinition(schemaDefinition); return this; } /** ** The unique resource identifier for a Dataset. *
* * @param alias * The unique resource identifier for a Dataset. */ public void setAlias(String alias) { this.alias = alias; } /** ** The unique resource identifier for a Dataset. *
* * @return The unique resource identifier for a Dataset. */ public String getAlias() { return this.alias; } /** ** The unique resource identifier for a Dataset. *
* * @param alias * The unique resource identifier for a Dataset. * @return Returns a reference to this object so that method calls can be chained together. */ public GetDatasetResult withAlias(String alias) { setAlias(alias); return this; } /** ** Status of the Dataset creation. *
*
* PENDING
– Dataset is pending creation.
*
* FAILED
– Dataset creation has failed.
*
* SUCCESS
– Dataset creation has succeeded.
*
* RUNNING
– Dataset creation is running.
*
* PENDING
– Dataset is pending creation.
*
* FAILED
– Dataset creation has failed.
*
* SUCCESS
– Dataset creation has succeeded.
*
* RUNNING
– Dataset creation is running.
*
* Status of the Dataset creation. *
*
* PENDING
– Dataset is pending creation.
*
* FAILED
– Dataset creation has failed.
*
* SUCCESS
– Dataset creation has succeeded.
*
* RUNNING
– Dataset creation is running.
*
* PENDING
– Dataset is pending creation.
*
* FAILED
– Dataset creation has failed.
*
* SUCCESS
– Dataset creation has succeeded.
*
* RUNNING
– Dataset creation is running.
*
* Status of the Dataset creation. *
*
* PENDING
– Dataset is pending creation.
*
* FAILED
– Dataset creation has failed.
*
* SUCCESS
– Dataset creation has succeeded.
*
* RUNNING
– Dataset creation is running.
*
* PENDING
– Dataset is pending creation.
*
* FAILED
– Dataset creation has failed.
*
* SUCCESS
– Dataset creation has succeeded.
*
* RUNNING
– Dataset creation is running.
*
* Status of the Dataset creation. *
*
* PENDING
– Dataset is pending creation.
*
* FAILED
– Dataset creation has failed.
*
* SUCCESS
– Dataset creation has succeeded.
*
* RUNNING
– Dataset creation is running.
*
* PENDING
– Dataset is pending creation.
*
* FAILED
– Dataset creation has failed.
*
* SUCCESS
– Dataset creation has succeeded.
*
* RUNNING
– Dataset creation is running.
*