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>
63 template<
typename NewGlobalClusterIdentifierT = Aws::String>
64 void SetNewGlobalClusterIdentifier(NewGlobalClusterIdentifierT&& value) { m_newGlobalClusterIdentifierHasBeenSet =
true; m_newGlobalClusterIdentifier = std::forward<NewGlobalClusterIdentifierT>(value); }
65 template<
typename NewGlobalClusterIdentifierT = Aws::String>
76 inline void SetDeletionProtection(
bool value) { m_deletionProtectionHasBeenSet =
true; m_deletionProtection = value; }
90 template<
typename EngineVersionT = Aws::String>
91 void SetEngineVersion(EngineVersionT&& value) { m_engineVersionHasBeenSet =
true; m_engineVersion = std::forward<EngineVersionT>(value); }
92 template<
typename EngineVersionT = Aws::String>
114 bool m_globalClusterIdentifierHasBeenSet =
false;
117 bool m_newGlobalClusterIdentifierHasBeenSet =
false;
119 bool m_deletionProtection{
false};
120 bool m_deletionProtectionHasBeenSet =
false;
123 bool m_engineVersionHasBeenSet =
false;
125 bool m_allowMajorVersionUpgrade{
false};
126 bool m_allowMajorVersionUpgradeHasBeenSet =
false;
bool GetAllowMajorVersionUpgrade() const
void SetNewGlobalClusterIdentifier(NewGlobalClusterIdentifierT &&value)
bool AllowMajorVersionUpgradeHasBeenSet() const
bool GlobalClusterIdentifierHasBeenSet() const
void SetDeletionProtection(bool value)
bool GetDeletionProtection() const
void SetAllowMajorVersionUpgrade(bool value)
ModifyGlobalClusterRequest & WithEngineVersion(EngineVersionT &&value)
AWS_NEPTUNE_API ModifyGlobalClusterRequest()=default
void SetGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
bool DeletionProtectionHasBeenSet() const
bool EngineVersionHasBeenSet() const
void SetEngineVersion(EngineVersionT &&value)
const Aws::String & GetNewGlobalClusterIdentifier() const
ModifyGlobalClusterRequest & WithAllowMajorVersionUpgrade(bool value)
ModifyGlobalClusterRequest & WithDeletionProtection(bool value)
const Aws::String & GetEngineVersion() const
ModifyGlobalClusterRequest & WithGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
ModifyGlobalClusterRequest & WithNewGlobalClusterIdentifier(NewGlobalClusterIdentifierT &&value)
const Aws::String & GetGlobalClusterIdentifier() const
AWS_NEPTUNE_API Aws::String SerializePayload() const override
AWS_NEPTUNE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
bool NewGlobalClusterIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String