7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/rds/RDSRequest.h>
9#include <aws/rds/RDS_EXPORTS.h>
43 template <
typename DBClusterIdentifierT = Aws::String>
45 m_dBClusterIdentifierHasBeenSet =
true;
46 m_dBClusterIdentifier = std::forward<DBClusterIdentifierT>(value);
48 template <
typename DBClusterIdentifierT = Aws::String>
56 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