7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/supplychain/SupplyChain_EXPORTS.h>
10#include <aws/supplychain/model/DataLakeDatasetPartitionSpec.h>
11#include <aws/supplychain/model/DataLakeDatasetSchema.h>
22namespace SupplyChain {
43 template <
typename InstanceIdT = Aws::String>
45 m_instanceIdHasBeenSet =
true;
46 m_instanceId = std::forward<InstanceIdT>(value);
48 template <
typename InstanceIdT = Aws::String>
67 template <
typename NamespaceT = Aws::String>
69 m_namespaceHasBeenSet =
true;
70 m_namespace = std::forward<NamespaceT>(value);
72 template <
typename NamespaceT = Aws::String>
87 template <
typename NameT = Aws::String>
89 m_nameHasBeenSet =
true;
90 m_name = std::forward<NameT>(value);
92 template <
typename NameT = Aws::String>
94 SetName(std::forward<NameT>(value));
105 template <
typename ArnT = Aws::String>
107 m_arnHasBeenSet =
true;
108 m_arn = std::forward<ArnT>(value);
110 template <
typename ArnT = Aws::String>
112 SetArn(std::forward<ArnT>(value));
123 template <
typename SchemaT = DataLakeDatasetSchema>
125 m_schemaHasBeenSet =
true;
126 m_schema = std::forward<SchemaT>(value);
128 template <
typename SchemaT = DataLakeDatasetSchema>
141 template <
typename DescriptionT = Aws::String>
143 m_descriptionHasBeenSet =
true;
144 m_description = std::forward<DescriptionT>(value);
146 template <
typename DescriptionT = Aws::String>
157 template <
typename PartitionSpecT = DataLakeDatasetPartitionSpec>
159 m_partitionSpecHasBeenSet =
true;
160 m_partitionSpec = std::forward<PartitionSpecT>(value);
162 template <
typename PartitionSpecT = DataLakeDatasetPartitionSpec>
175 template <
typename CreatedTimeT = Aws::Utils::DateTime>
177 m_createdTimeHasBeenSet =
true;
178 m_createdTime = std::forward<CreatedTimeT>(value);
180 template <
typename CreatedTimeT = Aws::Utils::DateTime>
193 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
195 m_lastModifiedTimeHasBeenSet =
true;
196 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
198 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
222 bool m_instanceIdHasBeenSet =
false;
223 bool m_namespaceHasBeenSet =
false;
224 bool m_nameHasBeenSet =
false;
225 bool m_arnHasBeenSet =
false;
226 bool m_schemaHasBeenSet =
false;
227 bool m_descriptionHasBeenSet =
false;
228 bool m_partitionSpecHasBeenSet =
false;
229 bool m_createdTimeHasBeenSet =
false;
230 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