7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/docdb/DocDBRequest.h>
9#include <aws/docdb/DocDB_EXPORTS.h>
47 template <
typename GlobalClusterIdentifierT = Aws::String>
49 m_globalClusterIdentifierHasBeenSet =
true;
50 m_globalClusterIdentifier = std::forward<GlobalClusterIdentifierT>(value);
52 template <
typename GlobalClusterIdentifierT = Aws::String>
69 template <
typename NewGlobalClusterIdentifierT = Aws::String>
71 m_newGlobalClusterIdentifierHasBeenSet =
true;
72 m_newGlobalClusterIdentifier = std::forward<NewGlobalClusterIdentifierT>(value);
74 template <
typename NewGlobalClusterIdentifierT = Aws::String>
89 m_deletionProtectionHasBeenSet =
true;
90 m_deletionProtection = value;
102 bool m_deletionProtection{
false};
103 bool m_globalClusterIdentifierHasBeenSet =
false;
104 bool m_newGlobalClusterIdentifierHasBeenSet =
false;
105 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