7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/rds/RDSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetGlobalClusterIdentifier(
const char* value) { m_globalClusterIdentifierHasBeenSet =
true; m_globalClusterIdentifier.assign(value); }
67 inline void SetNewGlobalClusterIdentifier(
const char* value) { m_newGlobalClusterIdentifierHasBeenSet =
true; m_newGlobalClusterIdentifier.assign(value); }
81 inline void SetDeletionProtection(
bool value) { m_deletionProtectionHasBeenSet =
true; m_deletionProtection = value; }
101 inline void SetEngineVersion(
const char* value) { m_engineVersionHasBeenSet =
true; m_engineVersion.assign(value); }
124 bool m_globalClusterIdentifierHasBeenSet =
false;
127 bool m_newGlobalClusterIdentifierHasBeenSet =
false;
129 bool m_deletionProtection;
130 bool m_deletionProtectionHasBeenSet =
false;
133 bool m_engineVersionHasBeenSet =
false;
135 bool m_allowMajorVersionUpgrade;
136 bool m_allowMajorVersionUpgradeHasBeenSet =
false;
void SetGlobalClusterIdentifier(const char *value)
const Aws::String & GetNewGlobalClusterIdentifier() const
ModifyGlobalClusterRequest & WithNewGlobalClusterIdentifier(Aws::String &&value)
void SetGlobalClusterIdentifier(const Aws::String &value)
void SetEngineVersion(Aws::String &&value)
ModifyGlobalClusterRequest & WithEngineVersion(const char *value)
void SetDeletionProtection(bool value)
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool EngineVersionHasBeenSet() const
bool GetAllowMajorVersionUpgrade() const
ModifyGlobalClusterRequest & WithAllowMajorVersionUpgrade(bool value)
void SetNewGlobalClusterIdentifier(Aws::String &&value)
const Aws::String & GetGlobalClusterIdentifier() const
const Aws::String & GetEngineVersion() const
bool NewGlobalClusterIdentifierHasBeenSet() const
AWS_RDS_API Aws::String SerializePayload() const override
ModifyGlobalClusterRequest & WithEngineVersion(const Aws::String &value)
bool DeletionProtectionHasBeenSet() const
void SetGlobalClusterIdentifier(Aws::String &&value)
ModifyGlobalClusterRequest & WithGlobalClusterIdentifier(const Aws::String &value)
void SetEngineVersion(const char *value)
void SetNewGlobalClusterIdentifier(const Aws::String &value)
ModifyGlobalClusterRequest & WithNewGlobalClusterIdentifier(const Aws::String &value)
ModifyGlobalClusterRequest & WithNewGlobalClusterIdentifier(const char *value)
bool AllowMajorVersionUpgradeHasBeenSet() const
ModifyGlobalClusterRequest & WithGlobalClusterIdentifier(const char *value)
ModifyGlobalClusterRequest & WithGlobalClusterIdentifier(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetNewGlobalClusterIdentifier(const char *value)
void SetEngineVersion(const Aws::String &value)
void SetAllowMajorVersionUpgrade(bool value)
bool GetDeletionProtection() const
AWS_RDS_API ModifyGlobalClusterRequest()
ModifyGlobalClusterRequest & WithEngineVersion(Aws::String &&value)
bool GlobalClusterIdentifierHasBeenSet() const
ModifyGlobalClusterRequest & WithDeletionProtection(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String