7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/rds/RDSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename GlobalClusterIdentifierT = Aws::String>
48 void SetGlobalClusterIdentifier(GlobalClusterIdentifierT&& value) { m_globalClusterIdentifierHasBeenSet =
true; m_globalClusterIdentifier = std::forward<GlobalClusterIdentifierT>(value); }
49 template<
typename GlobalClusterIdentifierT = Aws::String>
63 template<
typename NewGlobalClusterIdentifierT = Aws::String>
64 void SetNewGlobalClusterIdentifier(NewGlobalClusterIdentifierT&& value) { m_newGlobalClusterIdentifierHasBeenSet =
true; m_newGlobalClusterIdentifier = std::forward<NewGlobalClusterIdentifierT>(value); }
65 template<
typename NewGlobalClusterIdentifierT = Aws::String>
77 inline void SetDeletionProtection(
bool value) { m_deletionProtectionHasBeenSet =
true; m_deletionProtection = value; }
95 template<
typename EngineVersionT = Aws::String>
96 void SetEngineVersion(EngineVersionT&& value) { m_engineVersionHasBeenSet =
true; m_engineVersion = std::forward<EngineVersionT>(value); }
97 template<
typename EngineVersionT = Aws::String>
118 bool m_globalClusterIdentifierHasBeenSet =
false;
121 bool m_newGlobalClusterIdentifierHasBeenSet =
false;
123 bool m_deletionProtection{
false};
124 bool m_deletionProtectionHasBeenSet =
false;
127 bool m_engineVersionHasBeenSet =
false;
129 bool m_allowMajorVersionUpgrade{
false};
130 bool m_allowMajorVersionUpgradeHasBeenSet =
false;
const Aws::String & GetNewGlobalClusterIdentifier() const
void SetDeletionProtection(bool value)
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool EngineVersionHasBeenSet() const
bool GetAllowMajorVersionUpgrade() const
ModifyGlobalClusterRequest & WithNewGlobalClusterIdentifier(NewGlobalClusterIdentifierT &&value)
ModifyGlobalClusterRequest & WithAllowMajorVersionUpgrade(bool value)
const Aws::String & GetGlobalClusterIdentifier() const
const Aws::String & GetEngineVersion() const
bool NewGlobalClusterIdentifierHasBeenSet() const
AWS_RDS_API Aws::String SerializePayload() const override
AWS_RDS_API ModifyGlobalClusterRequest()=default
bool DeletionProtectionHasBeenSet() const
void SetGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
bool AllowMajorVersionUpgradeHasBeenSet() const
ModifyGlobalClusterRequest & WithGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
void SetEngineVersion(EngineVersionT &&value)
void SetAllowMajorVersionUpgrade(bool value)
bool GetDeletionProtection() const
void SetNewGlobalClusterIdentifier(NewGlobalClusterIdentifierT &&value)
ModifyGlobalClusterRequest & WithEngineVersion(EngineVersionT &&value)
bool GlobalClusterIdentifierHasBeenSet() const
ModifyGlobalClusterRequest & WithDeletionProtection(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String