7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/rds/RDSRequest.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;
void SetDBClusterIdentifier(Aws::String &&value)
StartDBClusterRequest & WithDBClusterIdentifier(const char *value)
StartDBClusterRequest & WithDBClusterIdentifier(const Aws::String &value)
AWS_RDS_API Aws::String SerializePayload() const override
AWS_RDS_API StartDBClusterRequest()
const Aws::String & GetDBClusterIdentifier() const
StartDBClusterRequest & WithDBClusterIdentifier(Aws::String &&value)
bool DBClusterIdentifierHasBeenSet() const
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetDBClusterIdentifier(const char *value)
virtual const char * GetServiceRequestName() const override
void SetDBClusterIdentifier(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String