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