7#include <aws/supplychain/SupplyChain_EXPORTS.h>
8#include <aws/supplychain/SupplyChainRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/supplychain/model/DataLakeDatasetSchema.h>
11#include <aws/supplychain/model/DataLakeDatasetPartitionSpec.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
48 template<
typename InstanceIdT = Aws::String>
49 void SetInstanceId(InstanceIdT&& value) { m_instanceIdHasBeenSet =
true; m_instanceId = std::forward<InstanceIdT>(value); }
50 template<
typename InstanceIdT = Aws::String>
66 template<
typename NamespaceT = Aws::String>
67 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
68 template<
typename NamespaceT = Aws::String>
80 template<
typename NameT = Aws::String>
81 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
82 template<
typename NameT = Aws::String>
93 template<
typename SchemaT = DataLakeDatasetSchema>
94 void SetSchema(SchemaT&& value) { m_schemaHasBeenSet =
true; m_schema = std::forward<SchemaT>(value); }
95 template<
typename SchemaT = DataLakeDatasetSchema>
105 template<
typename DescriptionT = Aws::String>
106 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
107 template<
typename DescriptionT = Aws::String>
122 template<
typename PartitionSpecT = DataLakeDatasetPartitionSpec>
123 void SetPartitionSpec(PartitionSpecT&& value) { m_partitionSpecHasBeenSet =
true; m_partitionSpec = std::forward<PartitionSpecT>(value); }
124 template<
typename PartitionSpecT = DataLakeDatasetPartitionSpec>
134 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
135 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
136 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
138 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
140 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
146 bool m_instanceIdHasBeenSet =
false;
149 bool m_namespaceHasBeenSet =
false;
152 bool m_nameHasBeenSet =
false;
155 bool m_schemaHasBeenSet =
false;
158 bool m_descriptionHasBeenSet =
false;
161 bool m_partitionSpecHasBeenSet =
false;
164 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