7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dataexchange/DataExchangeRequest.h>
10#include <aws/dataexchange/DataExchange_EXPORTS.h>
11#include <aws/dataexchange/model/AssetType.h>
16namespace DataExchange {
40 m_assetTypeHasBeenSet =
true;
56 template <
typename DescriptionT = Aws::String>
58 m_descriptionHasBeenSet =
true;
59 m_description = std::forward<DescriptionT>(value);
61 template <
typename DescriptionT = Aws::String>
74 template <
typename NameT = Aws::String>
76 m_nameHasBeenSet =
true;
77 m_name = std::forward<NameT>(value);
79 template <
typename NameT = Aws::String>
81 SetName(std::forward<NameT>(value));
95 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
97 m_tagsHasBeenSet =
true;
98 m_tags = std::forward<TagsT>(value);
100 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
102 SetTags(std::forward<TagsT>(value));
105 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
107 m_tagsHasBeenSet =
true;
108 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
120 bool m_assetTypeHasBeenSet =
false;
121 bool m_descriptionHasBeenSet =
false;
122 bool m_nameHasBeenSet =
false;
123 bool m_tagsHasBeenSet =
false;
AWS_DATAEXCHANGE_API Aws::String SerializePayload() const override
CreateDataSetRequest & WithAssetType(AssetType value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateDataSetRequest & WithTags(TagsT &&value)
virtual const char * GetServiceRequestName() const override
void SetDescription(DescriptionT &&value)
void SetName(NameT &&value)
AWS_DATAEXCHANGE_API CreateDataSetRequest()=default
void SetAssetType(AssetType value)
CreateDataSetRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool TagsHasBeenSet() const
const Aws::String & GetDescription() const
AssetType GetAssetType() const
CreateDataSetRequest & WithName(NameT &&value)
CreateDataSetRequest & WithDescription(DescriptionT &&value)
bool AssetTypeHasBeenSet() const
bool DescriptionHasBeenSet() const
bool NameHasBeenSet() const
const Aws::String & GetName() const
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