7#include <aws/dsql/DSQL_EXPORTS.h>
8#include <aws/dsql/DSQLRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/dsql/model/MultiRegionProperties.h>
12#include <aws/core/utils/UUID.h>
43 template<
typename IdentifierT = Aws::String>
44 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
45 template<
typename IdentifierT = Aws::String>
67 template<
typename KmsEncryptionKeyT = Aws::String>
68 void SetKmsEncryptionKey(KmsEncryptionKeyT&& value) { m_kmsEncryptionKeyHasBeenSet =
true; m_kmsEncryptionKey = std::forward<KmsEncryptionKeyT>(value); }
69 template<
typename KmsEncryptionKeyT = Aws::String>
85 template<
typename ClientTokenT = Aws::String>
86 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
87 template<
typename ClientTokenT = Aws::String>
98 template<
typename MultiRegionPropertiesT = MultiRegionProperties>
99 void SetMultiRegionProperties(MultiRegionPropertiesT&& value) { m_multiRegionPropertiesHasBeenSet =
true; m_multiRegionProperties = std::forward<MultiRegionPropertiesT>(value); }
100 template<
typename MultiRegionPropertiesT = MultiRegionProperties>
106 bool m_identifierHasBeenSet =
false;
108 bool m_deletionProtectionEnabled{
false};
109 bool m_deletionProtectionEnabledHasBeenSet =
false;
112 bool m_kmsEncryptionKeyHasBeenSet =
false;
115 bool m_clientTokenHasBeenSet =
true;
117 MultiRegionProperties m_multiRegionProperties;
118 bool m_multiRegionPropertiesHasBeenSet =
false;
UpdateClusterRequest & WithDeletionProtectionEnabled(bool value)
AWS_DSQL_API UpdateClusterRequest()=default
const Aws::String & GetClientToken() const
void SetMultiRegionProperties(MultiRegionPropertiesT &&value)
bool IdentifierHasBeenSet() const
UpdateClusterRequest & WithKmsEncryptionKey(KmsEncryptionKeyT &&value)
bool DeletionProtectionEnabledHasBeenSet() const
bool KmsEncryptionKeyHasBeenSet() const
void SetDeletionProtectionEnabled(bool value)
void SetKmsEncryptionKey(KmsEncryptionKeyT &&value)
AWS_DSQL_API Aws::String SerializePayload() const override
const MultiRegionProperties & GetMultiRegionProperties() const
UpdateClusterRequest & WithIdentifier(IdentifierT &&value)
void SetClientToken(ClientTokenT &&value)
UpdateClusterRequest & WithClientToken(ClientTokenT &&value)
UpdateClusterRequest & WithMultiRegionProperties(MultiRegionPropertiesT &&value)
virtual const char * GetServiceRequestName() const override
bool GetDeletionProtectionEnabled() const
bool MultiRegionPropertiesHasBeenSet() const
void SetIdentifier(IdentifierT &&value)
bool ClientTokenHasBeenSet() const
const Aws::String & GetKmsEncryptionKey() const
const Aws::String & GetIdentifier() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String