7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/neptune/NeptuneRequest.h>
9#include <aws/neptune/Neptune_EXPORTS.h>
43 template <
typename GlobalClusterIdentifierT = Aws::String>
45 m_globalClusterIdentifierHasBeenSet =
true;
46 m_globalClusterIdentifier = std::forward<GlobalClusterIdentifierT>(value);
48 template <
typename GlobalClusterIdentifierT = Aws::String>
62 template <
typename TargetDbClusterIdentifierT = Aws::String>
64 m_targetDbClusterIdentifierHasBeenSet =
true;
65 m_targetDbClusterIdentifier = std::forward<TargetDbClusterIdentifierT>(value);
67 template <
typename TargetDbClusterIdentifierT = Aws::String>
75 bool m_globalClusterIdentifierHasBeenSet =
false;
78 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