7#include <aws/finspace/Finspace_EXPORTS.h>
8#include <aws/finspace/FinspaceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/finspace/model/KxNAS1Configuration.h>
12#include <aws/core/utils/UUID.h>
44 template<
typename EnvironmentIdT = Aws::String>
45 void SetEnvironmentId(EnvironmentIdT&& value) { m_environmentIdHasBeenSet =
true; m_environmentId = std::forward<EnvironmentIdT>(value); }
46 template<
typename EnvironmentIdT = Aws::String>
56 template<
typename VolumeNameT = Aws::String>
57 void SetVolumeName(VolumeNameT&& value) { m_volumeNameHasBeenSet =
true; m_volumeName = std::forward<VolumeNameT>(value); }
58 template<
typename VolumeNameT = Aws::String>
68 template<
typename DescriptionT = Aws::String>
69 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
70 template<
typename DescriptionT = Aws::String>
80 template<
typename ClientTokenT = Aws::String>
81 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
82 template<
typename ClientTokenT = Aws::String>
93 template<
typename Nas1ConfigurationT = KxNAS1Configuration>
94 void SetNas1Configuration(Nas1ConfigurationT&& value) { m_nas1ConfigurationHasBeenSet =
true; m_nas1Configuration = std::forward<Nas1ConfigurationT>(value); }
95 template<
typename Nas1ConfigurationT = KxNAS1Configuration>
101 bool m_environmentIdHasBeenSet =
false;
104 bool m_volumeNameHasBeenSet =
false;
107 bool m_descriptionHasBeenSet =
false;
110 bool m_clientTokenHasBeenSet =
true;
112 KxNAS1Configuration m_nas1Configuration;
113 bool m_nas1ConfigurationHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
void SetClientToken(ClientTokenT &&value)
const Aws::String & GetEnvironmentId() const
bool EnvironmentIdHasBeenSet() const
void SetDescription(DescriptionT &&value)
UpdateKxVolumeRequest & WithClientToken(ClientTokenT &&value)
UpdateKxVolumeRequest & WithVolumeName(VolumeNameT &&value)
AWS_FINSPACE_API UpdateKxVolumeRequest()=default
UpdateKxVolumeRequest & WithEnvironmentId(EnvironmentIdT &&value)
void SetNas1Configuration(Nas1ConfigurationT &&value)
virtual const char * GetServiceRequestName() const override
UpdateKxVolumeRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
void SetVolumeName(VolumeNameT &&value)
const KxNAS1Configuration & GetNas1Configuration() const
const Aws::String & GetVolumeName() const
AWS_FINSPACE_API Aws::String SerializePayload() const override
bool Nas1ConfigurationHasBeenSet() const
bool DescriptionHasBeenSet() const
bool VolumeNameHasBeenSet() const
bool ClientTokenHasBeenSet() const
void SetEnvironmentId(EnvironmentIdT &&value)
UpdateKxVolumeRequest & WithNas1Configuration(Nas1ConfigurationT &&value)
const Aws::String & GetClientToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String