7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/rds/RDSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename GlobalClusterIdentifierT = Aws::String>
46 void SetGlobalClusterIdentifier(GlobalClusterIdentifierT&& value) { m_globalClusterIdentifierHasBeenSet =
true; m_globalClusterIdentifier = std::forward<GlobalClusterIdentifierT>(value); }
47 template<
typename GlobalClusterIdentifierT = Aws::String>
53 bool m_globalClusterIdentifierHasBeenSet =
false;
const Aws::String & GetGlobalClusterIdentifier() const
DeleteGlobalClusterRequest & WithGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
bool GlobalClusterIdentifierHasBeenSet() const
AWS_RDS_API DeleteGlobalClusterRequest()=default
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
AWS_RDS_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String