7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/rds/RDSRequest.h>
9#include <aws/rds/RDS_EXPORTS.h>
41 template <
typename GlobalClusterIdentifierT = Aws::String>
43 m_globalClusterIdentifierHasBeenSet =
true;
44 m_globalClusterIdentifier = std::forward<GlobalClusterIdentifierT>(value);
46 template <
typename GlobalClusterIdentifierT = Aws::String>
60 template <
typename DbClusterIdentifierT = Aws::String>
62 m_dbClusterIdentifierHasBeenSet =
true;
63 m_dbClusterIdentifier = std::forward<DbClusterIdentifierT>(value);
65 template <
typename DbClusterIdentifierT = Aws::String>
75 bool m_globalClusterIdentifierHasBeenSet =
false;
76 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