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(Aws::String &&value)
AWS_RDS_API Aws::String SerializePayload() const override
AWS_RDS_API DeleteDBShardGroupRequest()
void SetDBShardGroupIdentifier(const Aws::String &value)
bool DBShardGroupIdentifierHasBeenSet() const
DeleteDBShardGroupRequest & WithDBShardGroupIdentifier(const char *value)
DeleteDBShardGroupRequest & WithDBShardGroupIdentifier(Aws::String &&value)
DeleteDBShardGroupRequest & WithDBShardGroupIdentifier(const Aws::String &value)
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const Aws::String & GetDBShardGroupIdentifier() const
void SetDBShardGroupIdentifier(const char *value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String