7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/docdb/DocDBRequest.h>
9#include <aws/docdb/DocDB_EXPORTS.h>
46 template <
typename GlobalClusterIdentifierT = Aws::String>
48 m_globalClusterIdentifierHasBeenSet =
true;
49 m_globalClusterIdentifier = std::forward<GlobalClusterIdentifierT>(value);
51 template <
typename GlobalClusterIdentifierT = Aws::String>
65 template <
typename DbClusterIdentifierT = Aws::String>
67 m_dbClusterIdentifierHasBeenSet =
true;
68 m_dbClusterIdentifier = std::forward<DbClusterIdentifierT>(value);
70 template <
typename DbClusterIdentifierT = Aws::String>
80 bool m_globalClusterIdentifierHasBeenSet =
false;
81 bool m_dbClusterIdentifierHasBeenSet =
false;
const Aws::String & GetGlobalClusterIdentifier() const
RemoveFromGlobalClusterRequest & WithDbClusterIdentifier(DbClusterIdentifierT &&value)
AWS_DOCDB_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool DbClusterIdentifierHasBeenSet() const
AWS_DOCDB_API RemoveFromGlobalClusterRequest()=default
RemoveFromGlobalClusterRequest & WithGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
void SetDbClusterIdentifier(DbClusterIdentifierT &&value)
AWS_DOCDB_API Aws::String SerializePayload() const override
bool GlobalClusterIdentifierHasBeenSet() const
void SetGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDbClusterIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String