7#include <aws/supplychain/SupplyChain_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/supplychain/model/DataLakeDatasetSchema.h>
10#include <aws/supplychain/model/DataLakeDatasetPartitionSpec.h>
11#include <aws/core/utils/DateTime.h>
49 template<
typename InstanceIdT = Aws::String>
50 void SetInstanceId(InstanceIdT&& value) { m_instanceIdHasBeenSet =
true; m_instanceId = std::forward<InstanceIdT>(value); }
51 template<
typename InstanceIdT = Aws::String>
67 template<
typename NamespaceT = Aws::String>
68 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
69 template<
typename NamespaceT = Aws::String>
81 template<
typename NameT = Aws::String>
82 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
83 template<
typename NameT = Aws::String>
93 template<
typename ArnT = Aws::String>
94 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
95 template<
typename ArnT = Aws::String>
105 template<
typename SchemaT = DataLakeDatasetSchema>
106 void SetSchema(SchemaT&& value) { m_schemaHasBeenSet =
true; m_schema = std::forward<SchemaT>(value); }
107 template<
typename SchemaT = DataLakeDatasetSchema>
117 template<
typename DescriptionT = Aws::String>
118 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
119 template<
typename DescriptionT = Aws::String>
127 template<
typename PartitionSpecT = DataLakeDatasetPartitionSpec>
128 void SetPartitionSpec(PartitionSpecT&& value) { m_partitionSpecHasBeenSet =
true; m_partitionSpec = std::forward<PartitionSpecT>(value); }
129 template<
typename PartitionSpecT = DataLakeDatasetPartitionSpec>
139 template<
typename CreatedTimeT = Aws::Utils::DateTime>
140 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
141 template<
typename CreatedTimeT = Aws::Utils::DateTime>
151 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
152 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
153 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
159 bool m_instanceIdHasBeenSet =
false;
162 bool m_namespaceHasBeenSet =
false;
165 bool m_nameHasBeenSet =
false;
168 bool m_arnHasBeenSet =
false;
171 bool m_schemaHasBeenSet =
false;
174 bool m_descriptionHasBeenSet =
false;
177 bool m_partitionSpecHasBeenSet =
false;
180 bool m_createdTimeHasBeenSet =
false;
183 bool m_lastModifiedTimeHasBeenSet =
false;
void SetName(NameT &&value)
DataLakeDataset & WithName(NameT &&value)
const Aws::String & GetInstanceId() const
DataLakeDataset & WithSchema(SchemaT &&value)
AWS_SUPPLYCHAIN_API Aws::Utils::Json::JsonValue Jsonize() const
bool InstanceIdHasBeenSet() const
DataLakeDataset & WithInstanceId(InstanceIdT &&value)
bool SchemaHasBeenSet() const
DataLakeDataset & WithNamespace(NamespaceT &&value)
void SetSchema(SchemaT &&value)
const Aws::String & GetArn() const
DataLakeDataset & WithDescription(DescriptionT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
void SetCreatedTime(CreatedTimeT &&value)
const Aws::String & GetDescription() const
const Aws::Utils::DateTime & GetCreatedTime() const
DataLakeDataset & WithPartitionSpec(PartitionSpecT &&value)
bool ArnHasBeenSet() const
void SetInstanceId(InstanceIdT &&value)
const DataLakeDatasetPartitionSpec & GetPartitionSpec() const
AWS_SUPPLYCHAIN_API DataLakeDataset(Aws::Utils::Json::JsonView jsonValue)
AWS_SUPPLYCHAIN_API DataLakeDataset()=default
const Aws::String & GetName() const
void SetNamespace(NamespaceT &&value)
bool PartitionSpecHasBeenSet() const
bool LastModifiedTimeHasBeenSet() const
const DataLakeDatasetSchema & GetSchema() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
bool NamespaceHasBeenSet() const
bool CreatedTimeHasBeenSet() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetNamespace() const
DataLakeDataset & WithArn(ArnT &&value)
void SetPartitionSpec(PartitionSpecT &&value)
AWS_SUPPLYCHAIN_API DataLakeDataset & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DescriptionHasBeenSet() const
DataLakeDataset & WithCreatedTime(CreatedTimeT &&value)
void SetArn(ArnT &&value)
DataLakeDataset & WithLastModifiedTime(LastModifiedTimeT &&value)
bool NameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue