7#include <aws/docdb/DocDB_EXPORTS.h>
8#include <aws/docdb/DocDBRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetDBClusterIdentifier(
const char* value) { m_dBClusterIdentifierHasBeenSet =
true; m_dBClusterIdentifier.assign(value); }
56 bool m_dBClusterIdentifierHasBeenSet =
false;
const Aws::String & GetDBClusterIdentifier() const
void SetDBClusterIdentifier(const char *value)
StopDBClusterRequest & WithDBClusterIdentifier(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
bool DBClusterIdentifierHasBeenSet() const
AWS_DOCDB_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
StopDBClusterRequest & WithDBClusterIdentifier(Aws::String &&value)
AWS_DOCDB_API StopDBClusterRequest()
StopDBClusterRequest & WithDBClusterIdentifier(const char *value)
AWS_DOCDB_API Aws::String SerializePayload() const override
void SetDBClusterIdentifier(Aws::String &&value)
void SetDBClusterIdentifier(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String