7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/rds/RDSRequest.h>
9#include <aws/rds/RDS_EXPORTS.h>
43 template <
typename GlobalClusterIdentifierT = Aws::String>
45 m_globalClusterIdentifierHasBeenSet =
true;
46 m_globalClusterIdentifier = std::forward<GlobalClusterIdentifierT>(value);
48 template <
typename GlobalClusterIdentifierT = Aws::String>
65 template <
typename NewGlobalClusterIdentifierT = Aws::String>
67 m_newGlobalClusterIdentifierHasBeenSet =
true;
68 m_newGlobalClusterIdentifier = std::forward<NewGlobalClusterIdentifierT>(value);
70 template <
typename NewGlobalClusterIdentifierT = Aws::String>
86 m_deletionProtectionHasBeenSet =
true;
87 m_deletionProtection = value;
109 template <
typename EngineVersionT = Aws::String>
111 m_engineVersionHasBeenSet =
true;
112 m_engineVersion = std::forward<EngineVersionT>(value);
114 template <
typename EngineVersionT = Aws::String>
133 m_allowMajorVersionUpgradeHasBeenSet =
true;
134 m_allowMajorVersionUpgrade = value;
146 bool m_deletionProtection{
false};
150 bool m_allowMajorVersionUpgrade{
false};
151 bool m_globalClusterIdentifierHasBeenSet =
false;
152 bool m_newGlobalClusterIdentifierHasBeenSet =
false;
153 bool m_deletionProtectionHasBeenSet =
false;
154 bool m_engineVersionHasBeenSet =
false;
155 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