@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDatasetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetDatasetResult() |
Modifier and Type | Method and Description |
---|---|
GetDatasetResult |
clone() |
boolean |
equals(Object obj) |
String |
getAlias()
The unique resource identifier for a Dataset.
|
Long |
getCreateTime()
The timestamp at which the Dataset was created in FinSpace.
|
String |
getDatasetArn()
The ARN identifier of the Dataset.
|
String |
getDatasetDescription()
A description of the Dataset.
|
String |
getDatasetId()
The unique identifier for a Dataset.
|
String |
getDatasetTitle()
Display title for a Dataset.
|
String |
getKind()
The format in which Dataset data is structured.
|
Long |
getLastModifiedTime()
The last time that the Dataset was modified.
|
SchemaUnion |
getSchemaDefinition()
Definition for a schema on a tabular Dataset.
|
String |
getStatus()
Status of the Dataset creation.
|
int |
hashCode() |
void |
setAlias(String alias)
The unique resource identifier for a Dataset.
|
void |
setCreateTime(Long createTime)
The timestamp at which the Dataset was created in FinSpace.
|
void |
setDatasetArn(String datasetArn)
The ARN identifier of the Dataset.
|
void |
setDatasetDescription(String datasetDescription)
A description of the Dataset.
|
void |
setDatasetId(String datasetId)
The unique identifier for a Dataset.
|
void |
setDatasetTitle(String datasetTitle)
Display title for a Dataset.
|
void |
setKind(String kind)
The format in which Dataset data is structured.
|
void |
setLastModifiedTime(Long lastModifiedTime)
The last time that the Dataset was modified.
|
void |
setSchemaDefinition(SchemaUnion schemaDefinition)
Definition for a schema on a tabular Dataset.
|
void |
setStatus(String status)
Status of the Dataset creation.
|
String |
toString()
Returns a string representation of this object.
|
GetDatasetResult |
withAlias(String alias)
The unique resource identifier for a Dataset.
|
GetDatasetResult |
withCreateTime(Long createTime)
The timestamp at which the Dataset was created in FinSpace.
|
GetDatasetResult |
withDatasetArn(String datasetArn)
The ARN identifier of the Dataset.
|
GetDatasetResult |
withDatasetDescription(String datasetDescription)
A description of the Dataset.
|
GetDatasetResult |
withDatasetId(String datasetId)
The unique identifier for a Dataset.
|
GetDatasetResult |
withDatasetTitle(String datasetTitle)
Display title for a Dataset.
|
GetDatasetResult |
withKind(DatasetKind kind)
The format in which Dataset data is structured.
|
GetDatasetResult |
withKind(String kind)
The format in which Dataset data is structured.
|
GetDatasetResult |
withLastModifiedTime(Long lastModifiedTime)
The last time that the Dataset was modified.
|
GetDatasetResult |
withSchemaDefinition(SchemaUnion schemaDefinition)
Definition for a schema on a tabular Dataset.
|
GetDatasetResult |
withStatus(DatasetStatus status)
Status of the Dataset creation.
|
GetDatasetResult |
withStatus(String status)
Status of the Dataset creation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDatasetId(String datasetId)
The unique identifier for a Dataset.
datasetId
- The unique identifier for a Dataset.public String getDatasetId()
The unique identifier for a Dataset.
public GetDatasetResult withDatasetId(String datasetId)
The unique identifier for a Dataset.
datasetId
- The unique identifier for a Dataset.public void setDatasetArn(String datasetArn)
The ARN identifier of the Dataset.
datasetArn
- The ARN identifier of the Dataset.public String getDatasetArn()
The ARN identifier of the Dataset.
public GetDatasetResult withDatasetArn(String datasetArn)
The ARN identifier of the Dataset.
datasetArn
- The ARN identifier of the Dataset.public void setDatasetTitle(String datasetTitle)
Display title for a Dataset.
datasetTitle
- Display title for a Dataset.public String getDatasetTitle()
Display title for a Dataset.
public GetDatasetResult withDatasetTitle(String datasetTitle)
Display title for a Dataset.
datasetTitle
- Display title for a Dataset.public void setKind(String 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.
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.
DatasetKind
public String getKind()
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.
DatasetKind
public GetDatasetResult withKind(String 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.
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.
DatasetKind
public GetDatasetResult withKind(DatasetKind 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.
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.
DatasetKind
public void setDatasetDescription(String datasetDescription)
A description of the Dataset.
datasetDescription
- A description of the Dataset.public String getDatasetDescription()
A description of the Dataset.
public GetDatasetResult withDatasetDescription(String datasetDescription)
A description of the Dataset.
datasetDescription
- A description of the Dataset.public void setCreateTime(Long 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.
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 Long getCreateTime()
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 GetDatasetResult withCreateTime(Long 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.
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 setLastModifiedTime(Long 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.
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 Long getLastModifiedTime()
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 GetDatasetResult withLastModifiedTime(Long 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.
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 setSchemaDefinition(SchemaUnion schemaDefinition)
Definition for a schema on a tabular Dataset.
schemaDefinition
- Definition for a schema on a tabular Dataset.public SchemaUnion getSchemaDefinition()
Definition for a schema on a tabular Dataset.
public GetDatasetResult withSchemaDefinition(SchemaUnion schemaDefinition)
Definition for a schema on a tabular Dataset.
schemaDefinition
- Definition for a schema on a tabular Dataset.public void setAlias(String alias)
The unique resource identifier for a Dataset.
alias
- The unique resource identifier for a Dataset.public String getAlias()
The unique resource identifier for a Dataset.
public GetDatasetResult withAlias(String alias)
The unique resource identifier for a Dataset.
alias
- The unique resource identifier for a Dataset.public void setStatus(String status)
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.
status
- 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.
DatasetStatus
public String getStatus()
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.
DatasetStatus
public GetDatasetResult withStatus(String status)
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.
status
- 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.
DatasetStatus
public GetDatasetResult withStatus(DatasetStatus status)
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.
status
- 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.
DatasetStatus
public String toString()
toString
in class Object
Object.toString()
public GetDatasetResult clone()