7#include <aws/docdb/DocDB_EXPORTS.h>
8#include <aws/docdb/DocDBRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename GlobalClusterIdentifierT = Aws::String>
52 void SetGlobalClusterIdentifier(GlobalClusterIdentifierT&& value) { m_globalClusterIdentifierHasBeenSet =
true; m_globalClusterIdentifier = std::forward<GlobalClusterIdentifierT>(value); }
53 template<
typename GlobalClusterIdentifierT = Aws::String>
69 template<
typename TargetDbClusterIdentifierT = Aws::String>
70 void SetTargetDbClusterIdentifier(TargetDbClusterIdentifierT&& value) { m_targetDbClusterIdentifierHasBeenSet =
true; m_targetDbClusterIdentifier = std::forward<TargetDbClusterIdentifierT>(value); }
71 template<
typename TargetDbClusterIdentifierT = Aws::String>
77 bool m_globalClusterIdentifierHasBeenSet =
false;
80 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