7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/finspace/FinspaceRequest.h>
11#include <aws/finspace/Finspace_EXPORTS.h>
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));
57 template <
typename DescriptionT = Aws::String>
59 m_descriptionHasBeenSet =
true;
60 m_description = std::forward<DescriptionT>(value);
62 template <
typename DescriptionT = Aws::String>
75 template <
typename KmsKeyIdT = Aws::String>
77 m_kmsKeyIdHasBeenSet =
true;
78 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
80 template <
typename KmsKeyIdT = Aws::String>
94 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
96 m_tagsHasBeenSet =
true;
97 m_tags = std::forward<TagsT>(value);
99 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
101 SetTags(std::forward<TagsT>(value));
104 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
106 m_tagsHasBeenSet =
true;
107 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
118 template <
typename ClientTokenT = Aws::String>
120 m_clientTokenHasBeenSet =
true;
121 m_clientToken = std::forward<ClientTokenT>(value);
123 template <
typename ClientTokenT = Aws::String>
131 bool m_nameHasBeenSet =
false;
134 bool m_descriptionHasBeenSet =
false;
137 bool m_kmsKeyIdHasBeenSet =
false;
140 bool m_tagsHasBeenSet =
false;
143 bool m_clientTokenHasBeenSet =
true;
static Aws::Utils::UUID PseudoRandomUUID()
const Aws::String & GetKmsKeyId() const
const Aws::String & GetDescription() const
void SetKmsKeyId(KmsKeyIdT &&value)
CreateKxEnvironmentRequest & WithTags(TagsT &&value)
bool NameHasBeenSet() const
const Aws::String & GetName() const
bool KmsKeyIdHasBeenSet() const
const Aws::String & GetClientToken() const
AWS_FINSPACE_API CreateKxEnvironmentRequest()=default
CreateKxEnvironmentRequest & WithKmsKeyId(KmsKeyIdT &&value)
CreateKxEnvironmentRequest & WithClientToken(ClientTokenT &&value)
CreateKxEnvironmentRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetDescription(DescriptionT &&value)
CreateKxEnvironmentRequest & WithName(NameT &&value)
CreateKxEnvironmentRequest & WithDescription(DescriptionT &&value)
bool TagsHasBeenSet() const
void SetName(NameT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool DescriptionHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
void SetTags(TagsT &&value)
bool ClientTokenHasBeenSet() const
AWS_FINSPACE_API Aws::String SerializePayload() const override
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