7#include <aws/docdb/DocDB_EXPORTS.h>
8#include <aws/docdb/DocDBRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
53 inline void SetGlobalClusterIdentifier(
const char* value) { m_globalClusterIdentifierHasBeenSet =
true; m_globalClusterIdentifier.assign(value); }
73 inline void SetTargetDbClusterIdentifier(
const char* value) { m_targetDbClusterIdentifierHasBeenSet =
true; m_targetDbClusterIdentifier.assign(value); }
81 bool m_globalClusterIdentifierHasBeenSet =
false;
84 bool m_targetDbClusterIdentifierHasBeenSet =
false;
const Aws::String & GetGlobalClusterIdentifier() const
AWS_DOCDB_API Aws::String SerializePayload() const override
SwitchoverGlobalClusterRequest & WithTargetDbClusterIdentifier(const char *value)
SwitchoverGlobalClusterRequest & WithGlobalClusterIdentifier(Aws::String &&value)
AWS_DOCDB_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool GlobalClusterIdentifierHasBeenSet() const
SwitchoverGlobalClusterRequest & WithTargetDbClusterIdentifier(Aws::String &&value)
void SetGlobalClusterIdentifier(const Aws::String &value)
void SetGlobalClusterIdentifier(const char *value)
void SetGlobalClusterIdentifier(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetTargetDbClusterIdentifier(const char *value)
const Aws::String & GetTargetDbClusterIdentifier() const
SwitchoverGlobalClusterRequest & WithGlobalClusterIdentifier(const Aws::String &value)
SwitchoverGlobalClusterRequest & WithTargetDbClusterIdentifier(const Aws::String &value)
AWS_DOCDB_API SwitchoverGlobalClusterRequest()
bool TargetDbClusterIdentifierHasBeenSet() const
SwitchoverGlobalClusterRequest & WithGlobalClusterIdentifier(const char *value)
void SetTargetDbClusterIdentifier(Aws::String &&value)
void SetTargetDbClusterIdentifier(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String