7#include <aws/finspace/Finspace_EXPORTS.h>
8#include <aws/finspace/FinspaceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/UUID.h>
42 template<
typename EnvironmentIdT = Aws::String>
43 void SetEnvironmentId(EnvironmentIdT&& value) { m_environmentIdHasBeenSet =
true; m_environmentId = std::forward<EnvironmentIdT>(value); }
44 template<
typename EnvironmentIdT = Aws::String>
54 template<
typename NameT = Aws::String>
55 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
56 template<
typename NameT = Aws::String>
66 template<
typename DescriptionT = Aws::String>
67 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
68 template<
typename DescriptionT = Aws::String>
78 template<
typename ClientTokenT = Aws::String>
79 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
80 template<
typename ClientTokenT = Aws::String>
86 bool m_environmentIdHasBeenSet =
false;
89 bool m_nameHasBeenSet =
false;
92 bool m_descriptionHasBeenSet =
false;
95 bool m_clientTokenHasBeenSet =
true;
static Aws::Utils::UUID PseudoRandomUUID()
bool EnvironmentIdHasBeenSet() const
void SetEnvironmentId(EnvironmentIdT &&value)
AWS_FINSPACE_API UpdateKxEnvironmentRequest()=default
void SetDescription(DescriptionT &&value)
const Aws::String & GetName() const
UpdateKxEnvironmentRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
virtual const char * GetServiceRequestName() const override
UpdateKxEnvironmentRequest & WithEnvironmentId(EnvironmentIdT &&value)
void SetClientToken(ClientTokenT &&value)
bool ClientTokenHasBeenSet() const
bool NameHasBeenSet() const
const Aws::String & GetEnvironmentId() const
UpdateKxEnvironmentRequest & WithName(NameT &&value)
const Aws::String & GetClientToken() const
UpdateKxEnvironmentRequest & WithClientToken(ClientTokenT &&value)
bool DescriptionHasBeenSet() const
AWS_FINSPACE_API Aws::String SerializePayload() const override
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String