7#include <aws/dataexchange/DataExchange_EXPORTS.h>
8#include <aws/dataexchange/DataExchangeRequest.h>
9#include <aws/dataexchange/model/AssetType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
54 template<
typename DescriptionT = Aws::String>
55 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
56 template<
typename DescriptionT = Aws::String>
66 template<
typename NameT = Aws::String>
67 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
68 template<
typename NameT = Aws::String>
81 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
82 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
83 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
85 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
87 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
93 bool m_assetTypeHasBeenSet =
false;
96 bool m_descriptionHasBeenSet =
false;
99 bool m_nameHasBeenSet =
false;
102 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