7#include <aws/neptune/Neptune_EXPORTS.h>
8#include <aws/neptune/NeptuneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename GlobalClusterIdentifierT = Aws::String>
46 void SetGlobalClusterIdentifier(GlobalClusterIdentifierT&& value) { m_globalClusterIdentifierHasBeenSet =
true; m_globalClusterIdentifier = std::forward<GlobalClusterIdentifierT>(value); }
47 template<
typename GlobalClusterIdentifierT = Aws::String>
58 template<
typename SourceDBClusterIdentifierT = Aws::String>
59 void SetSourceDBClusterIdentifier(SourceDBClusterIdentifierT&& value) { m_sourceDBClusterIdentifierHasBeenSet =
true; m_sourceDBClusterIdentifier = std::forward<SourceDBClusterIdentifierT>(value); }
60 template<
typename SourceDBClusterIdentifierT = Aws::String>
71 template<
typename EngineT = Aws::String>
72 void SetEngine(EngineT&& value) { m_engineHasBeenSet =
true; m_engine = std::forward<EngineT>(value); }
73 template<
typename EngineT = Aws::String>
84 template<
typename EngineVersionT = Aws::String>
85 void SetEngineVersion(EngineVersionT&& value) { m_engineVersionHasBeenSet =
true; m_engineVersion = std::forward<EngineVersionT>(value); }
86 template<
typename EngineVersionT = Aws::String>
97 inline void SetDeletionProtection(
bool value) { m_deletionProtectionHasBeenSet =
true; m_deletionProtection = value; }
107 inline void SetStorageEncrypted(
bool value) { m_storageEncryptedHasBeenSet =
true; m_storageEncrypted = value; }
113 bool m_globalClusterIdentifierHasBeenSet =
false;
116 bool m_sourceDBClusterIdentifierHasBeenSet =
false;
119 bool m_engineHasBeenSet =
false;
122 bool m_engineVersionHasBeenSet =
false;
124 bool m_deletionProtection{
false};
125 bool m_deletionProtectionHasBeenSet =
false;
127 bool m_storageEncrypted{
false};
128 bool m_storageEncryptedHasBeenSet =
false;
void SetDeletionProtection(bool value)
const Aws::String & GetEngine() const
AWS_NEPTUNE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const Aws::String & GetSourceDBClusterIdentifier() const
bool GetStorageEncrypted() const
void SetSourceDBClusterIdentifier(SourceDBClusterIdentifierT &&value)
const Aws::String & GetGlobalClusterIdentifier() const
CreateGlobalClusterRequest & WithEngineVersion(EngineVersionT &&value)
bool SourceDBClusterIdentifierHasBeenSet() const
bool EngineVersionHasBeenSet() const
bool StorageEncryptedHasBeenSet() const
bool GetDeletionProtection() const
void SetEngine(EngineT &&value)
AWS_NEPTUNE_API Aws::String SerializePayload() const override
AWS_NEPTUNE_API CreateGlobalClusterRequest()=default
bool GlobalClusterIdentifierHasBeenSet() const
CreateGlobalClusterRequest & WithGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
void SetGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
CreateGlobalClusterRequest & WithSourceDBClusterIdentifier(SourceDBClusterIdentifierT &&value)
bool EngineHasBeenSet() const
CreateGlobalClusterRequest & WithDeletionProtection(bool value)
CreateGlobalClusterRequest & WithStorageEncrypted(bool value)
void SetStorageEncrypted(bool value)
bool DeletionProtectionHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetEngineVersion() const
void SetEngineVersion(EngineVersionT &&value)
CreateGlobalClusterRequest & WithEngine(EngineT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String