7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/supplychain/SupplyChainRequest.h>
10#include <aws/supplychain/SupplyChain_EXPORTS.h>
11#include <aws/supplychain/model/DataLakeDatasetPartitionSpec.h>
12#include <aws/supplychain/model/DataLakeDatasetSchema.h>
17namespace SupplyChain {
44 template <
typename InstanceIdT = Aws::String>
46 m_instanceIdHasBeenSet =
true;
47 m_instanceId = std::forward<InstanceIdT>(value);
49 template <
typename InstanceIdT = Aws::String>
68 template <
typename NamespaceT = Aws::String>
70 m_namespaceHasBeenSet =
true;
71 m_namespace = std::forward<NamespaceT>(value);
73 template <
typename NamespaceT = Aws::String>
88 template <
typename NameT = Aws::String>
90 m_nameHasBeenSet =
true;
91 m_name = std::forward<NameT>(value);
93 template <
typename NameT = Aws::String>
95 SetName(std::forward<NameT>(value));
107 template <
typename SchemaT = DataLakeDatasetSchema>
109 m_schemaHasBeenSet =
true;
110 m_schema = std::forward<SchemaT>(value);
112 template <
typename SchemaT = DataLakeDatasetSchema>
125 template <
typename DescriptionT = Aws::String>
127 m_descriptionHasBeenSet =
true;
128 m_description = std::forward<DescriptionT>(value);
130 template <
typename DescriptionT = Aws::String>
148 template <
typename PartitionSpecT = DataLakeDatasetPartitionSpec>
150 m_partitionSpecHasBeenSet =
true;
151 m_partitionSpec = std::forward<PartitionSpecT>(value);
153 template <
typename PartitionSpecT = DataLakeDatasetPartitionSpec>
166 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
168 m_tagsHasBeenSet =
true;
169 m_tags = std::forward<TagsT>(value);
171 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
173 SetTags(std::forward<TagsT>(value));
176 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
178 m_tagsHasBeenSet =
true;
179 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
197 bool m_instanceIdHasBeenSet =
false;
198 bool m_namespaceHasBeenSet =
false;
199 bool m_nameHasBeenSet =
false;
200 bool m_schemaHasBeenSet =
false;
201 bool m_descriptionHasBeenSet =
false;
202 bool m_partitionSpecHasBeenSet =
false;
203 bool m_tagsHasBeenSet =
false;
const Aws::String & GetDescription() const
const DataLakeDatasetSchema & GetSchema() const
CreateDataLakeDatasetRequest & WithNamespace(NamespaceT &&value)
CreateDataLakeDatasetRequest & WithInstanceId(InstanceIdT &&value)
bool DescriptionHasBeenSet() const
CreateDataLakeDatasetRequest & WithTags(TagsT &&value)
virtual const char * GetServiceRequestName() const override
bool TagsHasBeenSet() const
const Aws::String & GetName() const
void SetInstanceId(InstanceIdT &&value)
CreateDataLakeDatasetRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetInstanceId() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const DataLakeDatasetPartitionSpec & GetPartitionSpec() const
bool PartitionSpecHasBeenSet() const
void SetPartitionSpec(PartitionSpecT &&value)
void SetName(NameT &&value)
void SetSchema(SchemaT &&value)
CreateDataLakeDatasetRequest & WithName(NameT &&value)
bool InstanceIdHasBeenSet() const
bool NamespaceHasBeenSet() const
CreateDataLakeDatasetRequest & WithPartitionSpec(PartitionSpecT &&value)
const Aws::String & GetNamespace() const
bool SchemaHasBeenSet() const
CreateDataLakeDatasetRequest & WithSchema(SchemaT &&value)
void SetNamespace(NamespaceT &&value)
AWS_SUPPLYCHAIN_API Aws::String SerializePayload() const override
CreateDataLakeDatasetRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool NameHasBeenSet() const
void SetDescription(DescriptionT &&value)
AWS_SUPPLYCHAIN_API CreateDataLakeDatasetRequest()=default
void SetTags(TagsT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String