7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/rds/RDSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetDBShardGroupIdentifier(
const char* value) { m_dBShardGroupIdentifierHasBeenSet =
true; m_dBShardGroupIdentifier.assign(value); }
55 bool m_dBShardGroupIdentifierHasBeenSet =
false;
void SetDBShardGroupIdentifier(const char *value)
void SetDBShardGroupIdentifier(const Aws::String &value)
AWS_RDS_API RebootDBShardGroupRequest()
AWS_RDS_API Aws::String SerializePayload() const override
void SetDBShardGroupIdentifier(Aws::String &&value)
RebootDBShardGroupRequest & WithDBShardGroupIdentifier(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
bool DBShardGroupIdentifierHasBeenSet() const
RebootDBShardGroupRequest & WithDBShardGroupIdentifier(const char *value)
const Aws::String & GetDBShardGroupIdentifier() const
RebootDBShardGroupRequest & WithDBShardGroupIdentifier(const Aws::String &value)
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String