7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/docdb/DocDBRequest.h>
9#include <aws/docdb/DocDB_EXPORTS.h>
47 template <
typename GlobalClusterIdentifierT = Aws::String>
49 m_globalClusterIdentifierHasBeenSet =
true;
50 m_globalClusterIdentifier = std::forward<GlobalClusterIdentifierT>(value);
52 template <
typename GlobalClusterIdentifierT = Aws::String>
71 template <
typename TargetDbClusterIdentifierT = Aws::String>
73 m_targetDbClusterIdentifierHasBeenSet =
true;
74 m_targetDbClusterIdentifier = std::forward<TargetDbClusterIdentifierT>(value);
76 template <
typename TargetDbClusterIdentifierT = Aws::String>
86 bool m_globalClusterIdentifierHasBeenSet =
false;
87 bool m_targetDbClusterIdentifierHasBeenSet =
false;
void SetGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
const Aws::String & GetGlobalClusterIdentifier() const
AWS_DOCDB_API Aws::String SerializePayload() const override
AWS_DOCDB_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
SwitchoverGlobalClusterRequest & WithTargetDbClusterIdentifier(TargetDbClusterIdentifierT &&value)
bool GlobalClusterIdentifierHasBeenSet() const
void SetTargetDbClusterIdentifier(TargetDbClusterIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetTargetDbClusterIdentifier() const
SwitchoverGlobalClusterRequest & WithGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
bool TargetDbClusterIdentifierHasBeenSet() const
AWS_DOCDB_API SwitchoverGlobalClusterRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String