@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Dataset extends Object implements Serializable, Cloneable, StructuredPojo
The structure for a Dataset.
Constructor and Description |
---|
Dataset() |
Modifier and Type | Method and Description |
---|---|
Dataset |
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()
Description for a Dataset.
|
String |
getDatasetId()
An 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.
|
DatasetOwnerInfo |
getOwnerInfo()
Contact information for a Dataset owner.
|
SchemaUnion |
getSchemaDefinition()
Definition for a schema on a tabular Dataset.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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)
Description for a Dataset.
|
void |
setDatasetId(String datasetId)
An 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 |
setOwnerInfo(DatasetOwnerInfo ownerInfo)
Contact information for a Dataset owner.
|
void |
setSchemaDefinition(SchemaUnion schemaDefinition)
Definition for a schema on a tabular Dataset.
|
String |
toString()
Returns a string representation of this object.
|
Dataset |
withAlias(String alias)
The unique resource identifier for a Dataset.
|
Dataset |
withCreateTime(Long createTime)
The timestamp at which the Dataset was created in FinSpace.
|
Dataset |
withDatasetArn(String datasetArn)
The ARN identifier of the Dataset.
|
Dataset |
withDatasetDescription(String datasetDescription)
Description for a Dataset.
|
Dataset |
withDatasetId(String datasetId)
An identifier for a Dataset.
|
Dataset |
withDatasetTitle(String datasetTitle)
Display title for a Dataset.
|
Dataset |
withKind(DatasetKind kind)
The format in which Dataset data is structured.
|
Dataset |
withKind(String kind)
The format in which Dataset data is structured.
|
Dataset |
withLastModifiedTime(Long lastModifiedTime)
The last time that the Dataset was modified.
|
Dataset |
withOwnerInfo(DatasetOwnerInfo ownerInfo)
Contact information for a Dataset owner.
|
Dataset |
withSchemaDefinition(SchemaUnion schemaDefinition)
Definition for a schema on a tabular Dataset.
|
public void setDatasetId(String datasetId)
An identifier for a Dataset.
datasetId
- An identifier for a Dataset.public String getDatasetId()
An identifier for a Dataset.
public Dataset withDatasetId(String datasetId)
An identifier for a Dataset.
datasetId
- An 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 Dataset 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 Dataset 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 Dataset 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 Dataset 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)
Description for a Dataset.
datasetDescription
- Description for a Dataset.public String getDatasetDescription()
Description for a Dataset.
public Dataset withDatasetDescription(String datasetDescription)
Description for a Dataset.
datasetDescription
- Description for a Dataset.public void setOwnerInfo(DatasetOwnerInfo ownerInfo)
Contact information for a Dataset owner.
ownerInfo
- Contact information for a Dataset owner.public DatasetOwnerInfo getOwnerInfo()
Contact information for a Dataset owner.
public Dataset withOwnerInfo(DatasetOwnerInfo ownerInfo)
Contact information for a Dataset owner.
ownerInfo
- Contact information for a Dataset owner.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 Dataset 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 Dataset 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 Dataset 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 Dataset withAlias(String alias)
The unique resource identifier for a Dataset.
alias
- The unique resource identifier for a Dataset.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.