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 SetGlobalClusterIdentifier(
const char* value) { m_globalClusterIdentifierHasBeenSet =
true; m_globalClusterIdentifier.assign(value); }
62 inline void SetDbClusterIdentifier(
const char* value) { m_dbClusterIdentifierHasBeenSet =
true; m_dbClusterIdentifier.assign(value); }
70 bool m_globalClusterIdentifierHasBeenSet =
false;
73 bool m_dbClusterIdentifierHasBeenSet =
false;
RemoveFromGlobalClusterRequest & WithDbClusterIdentifier(Aws::String &&value)
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
RemoveFromGlobalClusterRequest & WithDbClusterIdentifier(const char *value)
RemoveFromGlobalClusterRequest & WithGlobalClusterIdentifier(const Aws::String &value)
void SetDbClusterIdentifier(const char *value)
const Aws::String & GetDbClusterIdentifier() const
const Aws::String & GetGlobalClusterIdentifier() const
RemoveFromGlobalClusterRequest & WithDbClusterIdentifier(const Aws::String &value)
AWS_RDS_API RemoveFromGlobalClusterRequest()
void SetGlobalClusterIdentifier(const char *value)
virtual const char * GetServiceRequestName() const override
void SetGlobalClusterIdentifier(Aws::String &&value)
bool GlobalClusterIdentifierHasBeenSet() const
void SetDbClusterIdentifier(Aws::String &&value)
void SetGlobalClusterIdentifier(const Aws::String &value)
bool DbClusterIdentifierHasBeenSet() const
AWS_RDS_API Aws::String SerializePayload() const override
void SetDbClusterIdentifier(const Aws::String &value)
RemoveFromGlobalClusterRequest & WithGlobalClusterIdentifier(Aws::String &&value)
RemoveFromGlobalClusterRequest & WithGlobalClusterIdentifier(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String