7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/neptune/NeptuneRequest.h>
9#include <aws/neptune/Neptune_EXPORTS.h>
42 template <
typename DBClusterIdentifierT = Aws::String>
44 m_dBClusterIdentifierHasBeenSet =
true;
45 m_dBClusterIdentifier = std::forward<DBClusterIdentifierT>(value);
47 template <
typename DBClusterIdentifierT = Aws::String>
55 bool m_dBClusterIdentifierHasBeenSet =
false;
const Aws::String & GetDBClusterIdentifier() const
AWS_NEPTUNE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
StopDBClusterRequest & WithDBClusterIdentifier(DBClusterIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
AWS_NEPTUNE_API Aws::String SerializePayload() const override
AWS_NEPTUNE_API StopDBClusterRequest()=default
bool DBClusterIdentifierHasBeenSet() const
void SetDBClusterIdentifier(DBClusterIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String