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