7#include <aws/neptune/Neptune_EXPORTS.h>
8#include <aws/neptune/NeptuneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetGlobalClusterIdentifier(
const char* value) { m_globalClusterIdentifierHasBeenSet =
true; m_globalClusterIdentifier.assign(value); }
62 inline void SetSourceDBClusterIdentifier(
const char* value) { m_sourceDBClusterIdentifierHasBeenSet =
true; m_sourceDBClusterIdentifier.assign(value); }
77 inline void SetEngine(
const char* value) { m_engineHasBeenSet =
true; m_engine.assign(value); }
92 inline void SetEngineVersion(
const char* value) { m_engineVersionHasBeenSet =
true; m_engineVersion.assign(value); }
105 inline void SetDeletionProtection(
bool value) { m_deletionProtectionHasBeenSet =
true; m_deletionProtection = value; }
115 inline void SetStorageEncrypted(
bool value) { m_storageEncryptedHasBeenSet =
true; m_storageEncrypted = value; }
121 bool m_globalClusterIdentifierHasBeenSet =
false;
124 bool m_sourceDBClusterIdentifierHasBeenSet =
false;
127 bool m_engineHasBeenSet =
false;
130 bool m_engineVersionHasBeenSet =
false;
132 bool m_deletionProtection;
133 bool m_deletionProtectionHasBeenSet =
false;
135 bool m_storageEncrypted;
136 bool m_storageEncryptedHasBeenSet =
false;
void SetDeletionProtection(bool value)
void SetEngine(const char *value)
const Aws::String & GetEngine() const
CreateGlobalClusterRequest & WithGlobalClusterIdentifier(const Aws::String &value)
void SetGlobalClusterIdentifier(const Aws::String &value)
AWS_NEPTUNE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const Aws::String & GetSourceDBClusterIdentifier() const
CreateGlobalClusterRequest & WithGlobalClusterIdentifier(const char *value)
bool GetStorageEncrypted() const
CreateGlobalClusterRequest & WithEngine(Aws::String &&value)
CreateGlobalClusterRequest & WithEngineVersion(const Aws::String &value)
void SetEngine(Aws::String &&value)
const Aws::String & GetGlobalClusterIdentifier() const
bool SourceDBClusterIdentifierHasBeenSet() const
bool EngineVersionHasBeenSet() const
CreateGlobalClusterRequest & WithEngine(const Aws::String &value)
bool StorageEncryptedHasBeenSet() const
void SetEngineVersion(const Aws::String &value)
bool GetDeletionProtection() const
void SetGlobalClusterIdentifier(const char *value)
CreateGlobalClusterRequest & WithEngine(const char *value)
void SetGlobalClusterIdentifier(Aws::String &&value)
CreateGlobalClusterRequest & WithEngineVersion(Aws::String &&value)
CreateGlobalClusterRequest & WithEngineVersion(const char *value)
void SetSourceDBClusterIdentifier(Aws::String &&value)
AWS_NEPTUNE_API CreateGlobalClusterRequest()
AWS_NEPTUNE_API Aws::String SerializePayload() const override
void SetSourceDBClusterIdentifier(const char *value)
CreateGlobalClusterRequest & WithSourceDBClusterIdentifier(const char *value)
void SetEngine(const Aws::String &value)
CreateGlobalClusterRequest & WithSourceDBClusterIdentifier(Aws::String &&value)
void SetEngineVersion(Aws::String &&value)
bool GlobalClusterIdentifierHasBeenSet() const
CreateGlobalClusterRequest & WithSourceDBClusterIdentifier(const Aws::String &value)
bool EngineHasBeenSet() const
CreateGlobalClusterRequest & WithDeletionProtection(bool value)
CreateGlobalClusterRequest & WithStorageEncrypted(bool value)
void SetEngineVersion(const char *value)
void SetStorageEncrypted(bool value)
bool DeletionProtectionHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetSourceDBClusterIdentifier(const Aws::String &value)
const Aws::String & GetEngineVersion() const
CreateGlobalClusterRequest & WithGlobalClusterIdentifier(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String