7#include <aws/docdb/DocDB_EXPORTS.h>
8#include <aws/docdb/DocDBRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
53 inline void SetGlobalClusterIdentifier(
const char* value) { m_globalClusterIdentifierHasBeenSet =
true; m_globalClusterIdentifier.assign(value); }
71 inline void SetNewGlobalClusterIdentifier(
const char* value) { m_newGlobalClusterIdentifierHasBeenSet =
true; m_newGlobalClusterIdentifier.assign(value); }
84 inline void SetDeletionProtection(
bool value) { m_deletionProtectionHasBeenSet =
true; m_deletionProtection = value; }
90 bool m_globalClusterIdentifierHasBeenSet =
false;
93 bool m_newGlobalClusterIdentifierHasBeenSet =
false;
95 bool m_deletionProtection;
96 bool m_deletionProtectionHasBeenSet =
false;
void SetNewGlobalClusterIdentifier(const Aws::String &value)
const Aws::String & GetGlobalClusterIdentifier() const
void SetGlobalClusterIdentifier(const Aws::String &value)
void SetDeletionProtection(bool value)
ModifyGlobalClusterRequest & WithNewGlobalClusterIdentifier(const char *value)
ModifyGlobalClusterRequest & WithDeletionProtection(bool value)
bool NewGlobalClusterIdentifierHasBeenSet() const
void SetNewGlobalClusterIdentifier(const char *value)
void SetGlobalClusterIdentifier(const char *value)
bool DeletionProtectionHasBeenSet() const
ModifyGlobalClusterRequest & WithGlobalClusterIdentifier(Aws::String &&value)
AWS_DOCDB_API ModifyGlobalClusterRequest()
bool GlobalClusterIdentifierHasBeenSet() const
void SetGlobalClusterIdentifier(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
ModifyGlobalClusterRequest & WithGlobalClusterIdentifier(const char *value)
ModifyGlobalClusterRequest & WithNewGlobalClusterIdentifier(const Aws::String &value)
ModifyGlobalClusterRequest & WithGlobalClusterIdentifier(const Aws::String &value)
ModifyGlobalClusterRequest & WithNewGlobalClusterIdentifier(Aws::String &&value)
AWS_DOCDB_API Aws::String SerializePayload() const override
bool GetDeletionProtection() const
const Aws::String & GetNewGlobalClusterIdentifier() const
AWS_DOCDB_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetNewGlobalClusterIdentifier(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String