7#include <aws/neptune/Neptune_EXPORTS.h>
8#include <aws/neptune/NeptuneRequest.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); }
80 inline void SetDeletionProtection(
bool value) { m_deletionProtectionHasBeenSet =
true; m_deletionProtection = value; }
96 inline void SetEngineVersion(
const char* value) { m_engineVersionHasBeenSet =
true; m_engineVersion.assign(value); }
120 bool m_globalClusterIdentifierHasBeenSet =
false;
123 bool m_newGlobalClusterIdentifierHasBeenSet =
false;
125 bool m_deletionProtection;
126 bool m_deletionProtectionHasBeenSet =
false;
129 bool m_engineVersionHasBeenSet =
false;
131 bool m_allowMajorVersionUpgrade;
132 bool m_allowMajorVersionUpgradeHasBeenSet =
false;
ModifyGlobalClusterRequest & WithEngineVersion(Aws::String &&value)
bool GetAllowMajorVersionUpgrade() const
void SetNewGlobalClusterIdentifier(const char *value)
bool AllowMajorVersionUpgradeHasBeenSet() const
void SetGlobalClusterIdentifier(const Aws::String &value)
bool GlobalClusterIdentifierHasBeenSet() const
void SetGlobalClusterIdentifier(Aws::String &&value)
AWS_NEPTUNE_API ModifyGlobalClusterRequest()
ModifyGlobalClusterRequest & WithGlobalClusterIdentifier(const char *value)
void SetDeletionProtection(bool value)
bool GetDeletionProtection() const
ModifyGlobalClusterRequest & WithEngineVersion(const char *value)
void SetAllowMajorVersionUpgrade(bool value)
void SetNewGlobalClusterIdentifier(const Aws::String &value)
ModifyGlobalClusterRequest & WithGlobalClusterIdentifier(const Aws::String &value)
ModifyGlobalClusterRequest & WithNewGlobalClusterIdentifier(const Aws::String &value)
void SetEngineVersion(const char *value)
void SetNewGlobalClusterIdentifier(Aws::String &&value)
ModifyGlobalClusterRequest & WithNewGlobalClusterIdentifier(const char *value)
bool DeletionProtectionHasBeenSet() const
void SetEngineVersion(Aws::String &&value)
bool EngineVersionHasBeenSet() const
void SetEngineVersion(const Aws::String &value)
const Aws::String & GetNewGlobalClusterIdentifier() const
ModifyGlobalClusterRequest & WithGlobalClusterIdentifier(Aws::String &&value)
void SetGlobalClusterIdentifier(const char *value)
ModifyGlobalClusterRequest & WithAllowMajorVersionUpgrade(bool value)
ModifyGlobalClusterRequest & WithDeletionProtection(bool value)
const Aws::String & GetEngineVersion() const
ModifyGlobalClusterRequest & WithEngineVersion(const Aws::String &value)
const Aws::String & GetGlobalClusterIdentifier() const
AWS_NEPTUNE_API Aws::String SerializePayload() const override
AWS_NEPTUNE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
ModifyGlobalClusterRequest & WithNewGlobalClusterIdentifier(Aws::String &&value)
bool NewGlobalClusterIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String