7#include <aws/translate/Translate_EXPORTS.h>
8#include <aws/translate/TranslateRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/translate/model/ParallelDataConfig.h>
11#include <aws/translate/model/EncryptionKey.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/translate/model/Tag.h>
15#include <aws/core/utils/UUID.h>
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
61 template<
typename DescriptionT = Aws::String>
62 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
63 template<
typename DescriptionT = Aws::String>
73 template<
typename ParallelDataConfigT = ParallelDataConfig>
74 void SetParallelDataConfig(ParallelDataConfigT&& value) { m_parallelDataConfigHasBeenSet =
true; m_parallelDataConfig = std::forward<ParallelDataConfigT>(value); }
75 template<
typename ParallelDataConfigT = ParallelDataConfig>
83 template<
typename EncryptionKeyT = EncryptionKey>
84 void SetEncryptionKey(EncryptionKeyT&& value) { m_encryptionKeyHasBeenSet =
true; m_encryptionKey = std::forward<EncryptionKeyT>(value); }
85 template<
typename EncryptionKeyT = EncryptionKey>
96 template<
typename ClientTokenT = Aws::String>
97 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
98 template<
typename ClientTokenT = Aws::String>
112 template<
typename TagsT = Aws::Vector<Tag>>
113 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
114 template<
typename TagsT = Aws::Vector<Tag>>
116 template<
typename TagsT = Tag>
122 bool m_nameHasBeenSet =
false;
125 bool m_descriptionHasBeenSet =
false;
128 bool m_parallelDataConfigHasBeenSet =
false;
131 bool m_encryptionKeyHasBeenSet =
false;
134 bool m_clientTokenHasBeenSet =
true;
137 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