7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/rds/RDSRequest.h>
9#include <aws/rds/RDS_EXPORTS.h>
44 template <
typename GlobalClusterIdentifierT = Aws::String>
46 m_globalClusterIdentifierHasBeenSet =
true;
47 m_globalClusterIdentifier = std::forward<GlobalClusterIdentifierT>(value);
49 template <
typename GlobalClusterIdentifierT = Aws::String>
65 template <
typename TargetDbClusterIdentifierT = Aws::String>
67 m_targetDbClusterIdentifierHasBeenSet =
true;
68 m_targetDbClusterIdentifier = std::forward<TargetDbClusterIdentifierT>(value);
70 template <
typename TargetDbClusterIdentifierT = Aws::String>
80 bool m_globalClusterIdentifierHasBeenSet =
false;
81 bool m_targetDbClusterIdentifierHasBeenSet =
false;
const Aws::String & GetTargetDbClusterIdentifier() const
virtual const char * GetServiceRequestName() const override
void SetGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
AWS_RDS_API SwitchoverGlobalClusterRequest()=default
bool TargetDbClusterIdentifierHasBeenSet() const
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
SwitchoverGlobalClusterRequest & WithTargetDbClusterIdentifier(TargetDbClusterIdentifierT &&value)
AWS_RDS_API Aws::String SerializePayload() const override
SwitchoverGlobalClusterRequest & WithGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
const Aws::String & GetGlobalClusterIdentifier() const
bool GlobalClusterIdentifierHasBeenSet() const
void SetTargetDbClusterIdentifier(TargetDbClusterIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String