7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elementalinference/ElementalInferenceRequest.h>
10#include <aws/elementalinference/ElementalInference_EXPORTS.h>
11#include <aws/elementalinference/model/DictionaryLanguage.h>
16namespace ElementalInference {
39 template <
typename NameT = Aws::String>
41 m_nameHasBeenSet =
true;
42 m_name = std::forward<NameT>(value);
44 template <
typename NameT = Aws::String>
46 SetName(std::forward<NameT>(value));
59 m_languageHasBeenSet =
true;
75 template <
typename EntriesT = Aws::String>
77 m_entriesHasBeenSet =
true;
78 m_entries = std::forward<EntriesT>(value);
80 template <
typename EntriesT = Aws::String>
93 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
95 m_tagsHasBeenSet =
true;
96 m_tags = std::forward<TagsT>(value);
98 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
100 SetTags(std::forward<TagsT>(value));
103 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
105 m_tagsHasBeenSet =
true;
106 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
118 bool m_nameHasBeenSet =
false;
119 bool m_languageHasBeenSet =
false;
120 bool m_entriesHasBeenSet =
false;
121 bool m_tagsHasBeenSet =
false;
bool LanguageHasBeenSet() const
CreateDictionaryRequest & WithEntries(EntriesT &&value)
bool TagsHasBeenSet() const
bool NameHasBeenSet() const
DictionaryLanguage GetLanguage() const
const Aws::String & GetEntries() const
void SetLanguage(DictionaryLanguage value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetName() const
AWS_ELEMENTALINFERENCE_API Aws::String SerializePayload() const override
CreateDictionaryRequest & WithName(NameT &&value)
void SetEntries(EntriesT &&value)
bool EntriesHasBeenSet() const
void SetTags(TagsT &&value)
virtual const char * GetServiceRequestName() const override
CreateDictionaryRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetName(NameT &&value)
CreateDictionaryRequest & WithLanguage(DictionaryLanguage value)
AWS_ELEMENTALINFERENCE_API CreateDictionaryRequest()=default
CreateDictionaryRequest & WithTags(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