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/core/utils/memory/stl/AWSMap.h>
46 template<
typename InstanceIdT = Aws::String>
47 void SetInstanceId(InstanceIdT&& value) { m_instanceIdHasBeenSet =
true; m_instanceId = std::forward<InstanceIdT>(value); }
48 template<
typename InstanceIdT = Aws::String>
60 template<
typename NameT = Aws::String>
61 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
62 template<
typename NameT = Aws::String>
72 template<
typename DescriptionT = Aws::String>
73 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
74 template<
typename DescriptionT = Aws::String>
84 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
85 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
86 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
88 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
90 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
96 bool m_instanceIdHasBeenSet =
false;
99 bool m_nameHasBeenSet =
false;
102 bool m_descriptionHasBeenSet =
false;
105 bool m_tagsHasBeenSet =
false;
CreateDataLakeNamespaceRequest & WithInstanceId(InstanceIdT &&value)
CreateDataLakeNamespaceRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetTags(TagsT &&value)
CreateDataLakeNamespaceRequest & WithName(NameT &&value)
bool NameHasBeenSet() const
bool InstanceIdHasBeenSet() const
const Aws::String & GetName() const
CreateDataLakeNamespaceRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::String & GetInstanceId() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateDataLakeNamespaceRequest & WithTags(TagsT &&value)
bool TagsHasBeenSet() const
AWS_SUPPLYCHAIN_API Aws::String SerializePayload() const override
void SetName(NameT &&value)
void SetInstanceId(InstanceIdT &&value)
AWS_SUPPLYCHAIN_API CreateDataLakeNamespaceRequest()=default
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