7#include <aws/docdb/DocDB_EXPORTS.h>
8#include <aws/docdb/DocDBRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename GlobalClusterIdentifierT = Aws::String>
52 void SetGlobalClusterIdentifier(GlobalClusterIdentifierT&& value) { m_globalClusterIdentifierHasBeenSet =
true; m_globalClusterIdentifier = std::forward<GlobalClusterIdentifierT>(value); }
53 template<
typename GlobalClusterIdentifierT = Aws::String>
67 template<
typename NewGlobalClusterIdentifierT = Aws::String>
68 void SetNewGlobalClusterIdentifier(NewGlobalClusterIdentifierT&& value) { m_newGlobalClusterIdentifierHasBeenSet =
true; m_newGlobalClusterIdentifier = std::forward<NewGlobalClusterIdentifierT>(value); }
69 template<
typename NewGlobalClusterIdentifierT = Aws::String>
80 inline void SetDeletionProtection(
bool value) { m_deletionProtectionHasBeenSet =
true; m_deletionProtection = value; }
86 bool m_globalClusterIdentifierHasBeenSet =
false;
89 bool m_newGlobalClusterIdentifierHasBeenSet =
false;
91 bool m_deletionProtection{
false};
92 bool m_deletionProtectionHasBeenSet =
false;
const Aws::String & GetGlobalClusterIdentifier() const
void SetNewGlobalClusterIdentifier(NewGlobalClusterIdentifierT &&value)
void SetDeletionProtection(bool value)
ModifyGlobalClusterRequest & WithDeletionProtection(bool value)
bool NewGlobalClusterIdentifierHasBeenSet() const
bool DeletionProtectionHasBeenSet() const
bool GlobalClusterIdentifierHasBeenSet() const
ModifyGlobalClusterRequest & WithGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
void SetGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
ModifyGlobalClusterRequest & WithNewGlobalClusterIdentifier(NewGlobalClusterIdentifierT &&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
AWS_DOCDB_API ModifyGlobalClusterRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String