7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/docdb/DocDBRequest.h>
9#include <aws/docdb/DocDB_EXPORTS.h>
45 template <
typename GlobalClusterIdentifierT = Aws::String>
47 m_globalClusterIdentifierHasBeenSet =
true;
48 m_globalClusterIdentifier = std::forward<GlobalClusterIdentifierT>(value);
50 template <
typename GlobalClusterIdentifierT = Aws::String>
58 bool m_globalClusterIdentifierHasBeenSet =
false;
const Aws::String & GetGlobalClusterIdentifier() const
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
bool GlobalClusterIdentifierHasBeenSet() const
AWS_DOCDB_API DeleteGlobalClusterRequest()=default
void SetGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
DeleteGlobalClusterRequest & WithGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String