7#include <aws/neptune/Neptune_EXPORTS.h>
8#include <aws/neptune/NeptuneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename GlobalClusterIdentifierT = Aws::String>
48 void SetGlobalClusterIdentifier(GlobalClusterIdentifierT&& value) { m_globalClusterIdentifierHasBeenSet =
true; m_globalClusterIdentifier = std::forward<GlobalClusterIdentifierT>(value); }
49 template<
typename GlobalClusterIdentifierT = Aws::String>
60 template<
typename TargetDbClusterIdentifierT = Aws::String>
61 void SetTargetDbClusterIdentifier(TargetDbClusterIdentifierT&& value) { m_targetDbClusterIdentifierHasBeenSet =
true; m_targetDbClusterIdentifier = std::forward<TargetDbClusterIdentifierT>(value); }
62 template<
typename TargetDbClusterIdentifierT = Aws::String>
68 bool m_globalClusterIdentifierHasBeenSet =
false;
71 bool m_targetDbClusterIdentifierHasBeenSet =
false;
SwitchoverGlobalClusterRequest & WithGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
AWS_NEPTUNE_API SwitchoverGlobalClusterRequest()=default
virtual const char * GetServiceRequestName() const override
AWS_NEPTUNE_API Aws::String SerializePayload() const override
void SetTargetDbClusterIdentifier(TargetDbClusterIdentifierT &&value)
void SetGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
const Aws::String & GetTargetDbClusterIdentifier() const
bool TargetDbClusterIdentifierHasBeenSet() const
bool GlobalClusterIdentifierHasBeenSet() const
const Aws::String & GetGlobalClusterIdentifier() const
SwitchoverGlobalClusterRequest & WithTargetDbClusterIdentifier(TargetDbClusterIdentifierT &&value)
AWS_NEPTUNE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String