7#include <aws/neptune/Neptune_EXPORTS.h>
8#include <aws/neptune/NeptuneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 inline void SetGlobalClusterIdentifier(
const char* value) { m_globalClusterIdentifierHasBeenSet =
true; m_globalClusterIdentifier.assign(value); }
66 inline void SetTargetDbClusterIdentifier(
const char* value) { m_targetDbClusterIdentifierHasBeenSet =
true; m_targetDbClusterIdentifier.assign(value); }
74 bool m_globalClusterIdentifierHasBeenSet =
false;
77 bool m_targetDbClusterIdentifierHasBeenSet =
false;
bool GlobalClusterIdentifierHasBeenSet() const
FailoverGlobalClusterRequest & WithGlobalClusterIdentifier(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetTargetDbClusterIdentifier(Aws::String &&value)
void SetGlobalClusterIdentifier(Aws::String &&value)
FailoverGlobalClusterRequest & WithTargetDbClusterIdentifier(const char *value)
AWS_NEPTUNE_API Aws::String SerializePayload() const override
void SetGlobalClusterIdentifier(const char *value)
FailoverGlobalClusterRequest & WithTargetDbClusterIdentifier(Aws::String &&value)
AWS_NEPTUNE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetGlobalClusterIdentifier(const Aws::String &value)
const Aws::String & GetGlobalClusterIdentifier() const
void SetTargetDbClusterIdentifier(const Aws::String &value)
bool TargetDbClusterIdentifierHasBeenSet() const
AWS_NEPTUNE_API FailoverGlobalClusterRequest()
void SetTargetDbClusterIdentifier(const char *value)
FailoverGlobalClusterRequest & WithGlobalClusterIdentifier(const Aws::String &value)
const Aws::String & GetTargetDbClusterIdentifier() const
FailoverGlobalClusterRequest & WithGlobalClusterIdentifier(const char *value)
FailoverGlobalClusterRequest & WithTargetDbClusterIdentifier(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String