7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/neptune/NeptuneRequest.h>
9#include <aws/neptune/Neptune_EXPORTS.h>
41 template <
typename GlobalClusterIdentifierT = Aws::String>
43 m_globalClusterIdentifierHasBeenSet =
true;
44 m_globalClusterIdentifier = std::forward<GlobalClusterIdentifierT>(value);
46 template <
typename GlobalClusterIdentifierT = Aws::String>
60 template <
typename SourceDBClusterIdentifierT = Aws::String>
62 m_sourceDBClusterIdentifierHasBeenSet =
true;
63 m_sourceDBClusterIdentifier = std::forward<SourceDBClusterIdentifierT>(value);
65 template <
typename SourceDBClusterIdentifierT = Aws::String>
79 template <
typename EngineT = Aws::String>
81 m_engineHasBeenSet =
true;
82 m_engine = std::forward<EngineT>(value);
84 template <
typename EngineT = Aws::String>
98 template <
typename EngineVersionT = Aws::String>
100 m_engineVersionHasBeenSet =
true;
101 m_engineVersion = std::forward<EngineVersionT>(value);
103 template <
typename EngineVersionT = Aws::String>
118 m_deletionProtectionHasBeenSet =
true;
119 m_deletionProtection = value;
134 m_storageEncryptedHasBeenSet =
true;
135 m_storageEncrypted = value;
151 bool m_deletionProtection{
false};
153 bool m_storageEncrypted{
false};
154 bool m_globalClusterIdentifierHasBeenSet =
false;
155 bool m_sourceDBClusterIdentifierHasBeenSet =
false;
156 bool m_engineHasBeenSet =
false;
157 bool m_engineVersionHasBeenSet =
false;
158 bool m_deletionProtectionHasBeenSet =
false;
159 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