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>
58 template<
typename DbClusterIdentifierT = Aws::String>
59 void SetDbClusterIdentifier(DbClusterIdentifierT&& value) { m_dbClusterIdentifierHasBeenSet =
true; m_dbClusterIdentifier = std::forward<DbClusterIdentifierT>(value); }
60 template<
typename DbClusterIdentifierT = Aws::String>
66 bool m_globalClusterIdentifierHasBeenSet =
false;
69 bool m_dbClusterIdentifierHasBeenSet =
false;
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
RemoveFromGlobalClusterRequest & WithDbClusterIdentifier(DbClusterIdentifierT &&value)
RemoveFromGlobalClusterRequest & WithGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
const Aws::String & GetDbClusterIdentifier() const
const Aws::String & GetGlobalClusterIdentifier() const
virtual const char * GetServiceRequestName() const override
bool GlobalClusterIdentifierHasBeenSet() const
void SetDbClusterIdentifier(DbClusterIdentifierT &&value)
bool DbClusterIdentifierHasBeenSet() const
AWS_RDS_API Aws::String SerializePayload() const override
AWS_RDS_API RemoveFromGlobalClusterRequest()=default
void SetGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String