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>
65 template <
typename NewGlobalClusterIdentifierT = Aws::String>
67 m_newGlobalClusterIdentifierHasBeenSet =
true;
68 m_newGlobalClusterIdentifier = std::forward<NewGlobalClusterIdentifierT>(value);
70 template <
typename NewGlobalClusterIdentifierT = Aws::String>
85 m_deletionProtectionHasBeenSet =
true;
86 m_deletionProtection = value;
104 template <
typename EngineVersionT = Aws::String>
106 m_engineVersionHasBeenSet =
true;
107 m_engineVersion = std::forward<EngineVersionT>(value);
109 template <
typename EngineVersionT = Aws::String>
129 m_allowMajorVersionUpgradeHasBeenSet =
true;
130 m_allowMajorVersionUpgrade = value;
139 bool m_globalClusterIdentifierHasBeenSet =
false;
142 bool m_newGlobalClusterIdentifierHasBeenSet =
false;
144 bool m_deletionProtection{
false};
145 bool m_deletionProtectionHasBeenSet =
false;
148 bool m_engineVersionHasBeenSet =
false;
150 bool m_allowMajorVersionUpgrade{
false};
151 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