7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/rds/RDSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename GlobalClusterIdentifierT = Aws::String>
49 void SetGlobalClusterIdentifier(GlobalClusterIdentifierT&& value) { m_globalClusterIdentifierHasBeenSet =
true; m_globalClusterIdentifier = std::forward<GlobalClusterIdentifierT>(value); }
50 template<
typename GlobalClusterIdentifierT = Aws::String>
63 template<
typename TargetDbClusterIdentifierT = Aws::String>
64 void SetTargetDbClusterIdentifier(TargetDbClusterIdentifierT&& value) { m_targetDbClusterIdentifierHasBeenSet =
true; m_targetDbClusterIdentifier = std::forward<TargetDbClusterIdentifierT>(value); }
65 template<
typename TargetDbClusterIdentifierT = Aws::String>
71 bool m_globalClusterIdentifierHasBeenSet =
false;
74 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