7#include <aws/docdb/DocDB_EXPORTS.h>
8#include <aws/docdb/DocDBRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
52 inline void SetGlobalClusterIdentifier(
const char* value) { m_globalClusterIdentifierHasBeenSet =
true; m_globalClusterIdentifier.assign(value); }
67 inline void SetDbClusterIdentifier(
const char* value) { m_dbClusterIdentifierHasBeenSet =
true; m_dbClusterIdentifier.assign(value); }
75 bool m_globalClusterIdentifierHasBeenSet =
false;
78 bool m_dbClusterIdentifierHasBeenSet =
false;
AWS_DOCDB_API RemoveFromGlobalClusterRequest()
const Aws::String & GetGlobalClusterIdentifier() const
AWS_DOCDB_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool DbClusterIdentifierHasBeenSet() const
void SetGlobalClusterIdentifier(const char *value)
RemoveFromGlobalClusterRequest & WithGlobalClusterIdentifier(const char *value)
RemoveFromGlobalClusterRequest & WithDbClusterIdentifier(Aws::String &&value)
void SetGlobalClusterIdentifier(const Aws::String &value)
RemoveFromGlobalClusterRequest & WithDbClusterIdentifier(const char *value)
void SetGlobalClusterIdentifier(Aws::String &&value)
RemoveFromGlobalClusterRequest & WithGlobalClusterIdentifier(Aws::String &&value)
RemoveFromGlobalClusterRequest & WithGlobalClusterIdentifier(const Aws::String &value)
RemoveFromGlobalClusterRequest & WithDbClusterIdentifier(const Aws::String &value)
void SetDbClusterIdentifier(const Aws::String &value)
AWS_DOCDB_API Aws::String SerializePayload() const override
void SetDbClusterIdentifier(const char *value)
void SetDbClusterIdentifier(Aws::String &&value)
bool GlobalClusterIdentifierHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDbClusterIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String