7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/translate/TranslateRequest.h>
11#include <aws/translate/Translate_EXPORTS.h>
12#include <aws/translate/model/EncryptionKey.h>
13#include <aws/translate/model/ParallelDataConfig.h>
14#include <aws/translate/model/Tag.h>
45 template <
typename NameT = Aws::String>
47 m_nameHasBeenSet =
true;
48 m_name = std::forward<NameT>(value);
50 template <
typename NameT = Aws::String>
52 SetName(std::forward<NameT>(value));
63 template <
typename DescriptionT = Aws::String>
65 m_descriptionHasBeenSet =
true;
66 m_description = std::forward<DescriptionT>(value);
68 template <
typename DescriptionT = Aws::String>
81 template <
typename ParallelDataConfigT = ParallelDataConfig>
83 m_parallelDataConfigHasBeenSet =
true;
84 m_parallelDataConfig = std::forward<ParallelDataConfigT>(value);
86 template <
typename ParallelDataConfigT = ParallelDataConfig>
97 template <
typename EncryptionKeyT = EncryptionKey>
99 m_encryptionKeyHasBeenSet =
true;
100 m_encryptionKey = std::forward<EncryptionKeyT>(value);
102 template <
typename EncryptionKeyT = EncryptionKey>
116 template <
typename ClientTokenT = Aws::String>
118 m_clientTokenHasBeenSet =
true;
119 m_clientToken = std::forward<ClientTokenT>(value);
121 template <
typename ClientTokenT = Aws::String>
138 template <
typename TagsT = Aws::Vector<Tag>>
140 m_tagsHasBeenSet =
true;
141 m_tags = std::forward<TagsT>(value);
143 template <
typename TagsT = Aws::Vector<Tag>>
145 SetTags(std::forward<TagsT>(value));
148 template <
typename TagsT = Tag>
150 m_tagsHasBeenSet =
true;
151 m_tags.emplace_back(std::forward<TagsT>(value));
157 bool m_nameHasBeenSet =
false;
160 bool m_descriptionHasBeenSet =
false;
163 bool m_parallelDataConfigHasBeenSet =
false;
166 bool m_encryptionKeyHasBeenSet =
false;
169 bool m_clientTokenHasBeenSet =
true;
172 bool m_tagsHasBeenSet =
false;
AWS_TRANSLATE_API Aws::String SerializePayload() const override
bool ParallelDataConfigHasBeenSet() const
void SetParallelDataConfig(ParallelDataConfigT &&value)
CreateParallelDataRequest & WithClientToken(ClientTokenT &&value)
CreateParallelDataRequest & WithTags(TagsT &&value)
void SetDescription(DescriptionT &&value)
const EncryptionKey & GetEncryptionKey() const
AWS_TRANSLATE_API CreateParallelDataRequest()=default
CreateParallelDataRequest & WithDescription(DescriptionT &&value)
AWS_TRANSLATE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateParallelDataRequest & WithName(NameT &&value)
virtual const char * GetServiceRequestName() const override
CreateParallelDataRequest & AddTags(TagsT &&value)
void SetClientToken(ClientTokenT &&value)
const Aws::String & GetDescription() const
const ParallelDataConfig & GetParallelDataConfig() const
bool NameHasBeenSet() const
CreateParallelDataRequest & WithParallelDataConfig(ParallelDataConfigT &&value)
void SetEncryptionKey(EncryptionKeyT &&value)
void SetName(NameT &&value)
void SetTags(TagsT &&value)
CreateParallelDataRequest & WithEncryptionKey(EncryptionKeyT &&value)
const Aws::String & GetName() const
const Aws::Vector< Tag > & GetTags() const
bool ClientTokenHasBeenSet() const
bool DescriptionHasBeenSet() const
bool TagsHasBeenSet() const
bool EncryptionKeyHasBeenSet() const
const Aws::String & GetClientToken() const
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector