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