7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/rds/RDSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/rds/model/Tag.h>
50 inline void SetGlobalClusterIdentifier(
const char* value) { m_globalClusterIdentifierHasBeenSet =
true; m_globalClusterIdentifier.assign(value); }
70 inline void SetSourceDBClusterIdentifier(
const char* value) { m_sourceDBClusterIdentifierHasBeenSet =
true; m_sourceDBClusterIdentifier.assign(value); }
88 inline void SetEngine(
const char* value) { m_engineHasBeenSet =
true; m_engine.assign(value); }
105 inline void SetEngineVersion(
const char* value) { m_engineVersionHasBeenSet =
true; m_engineVersion.assign(value); }
134 inline void SetEngineLifecycleSupport(
const char* value) { m_engineLifecycleSupportHasBeenSet =
true; m_engineLifecycleSupport.assign(value); }
148 inline void SetDeletionProtection(
bool value) { m_deletionProtectionHasBeenSet =
true; m_deletionProtection = value; }
164 inline void SetDatabaseName(
const char* value) { m_databaseNameHasBeenSet =
true; m_databaseName.assign(value); }
179 inline void SetStorageEncrypted(
bool value) { m_storageEncryptedHasBeenSet =
true; m_storageEncrypted = value; }
199 bool m_globalClusterIdentifierHasBeenSet =
false;
202 bool m_sourceDBClusterIdentifierHasBeenSet =
false;
205 bool m_engineHasBeenSet =
false;
208 bool m_engineVersionHasBeenSet =
false;
211 bool m_engineLifecycleSupportHasBeenSet =
false;
213 bool m_deletionProtection;
214 bool m_deletionProtectionHasBeenSet =
false;
217 bool m_databaseNameHasBeenSet =
false;
219 bool m_storageEncrypted;
220 bool m_storageEncryptedHasBeenSet =
false;
223 bool m_tagsHasBeenSet =
false;
bool EngineVersionHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
CreateGlobalClusterRequest & WithEngineVersion(const char *value)
void SetEngineVersion(const char *value)
const Aws::String & GetEngineVersion() const
bool TagsHasBeenSet() const
void SetDatabaseName(const char *value)
void SetEngineLifecycleSupport(const Aws::String &value)
void SetEngineLifecycleSupport(Aws::String &&value)
AWS_RDS_API Aws::String SerializePayload() const override
CreateGlobalClusterRequest & WithDeletionProtection(bool value)
void SetEngineVersion(const Aws::String &value)
bool GetStorageEncrypted() const
const Aws::String & GetSourceDBClusterIdentifier() const
bool DatabaseNameHasBeenSet() const
CreateGlobalClusterRequest & WithGlobalClusterIdentifier(Aws::String &&value)
const Aws::String & GetEngineLifecycleSupport() const
CreateGlobalClusterRequest & WithGlobalClusterIdentifier(const char *value)
CreateGlobalClusterRequest & WithEngineLifecycleSupport(Aws::String &&value)
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
CreateGlobalClusterRequest & AddTags(const Tag &value)
CreateGlobalClusterRequest & WithEngine(Aws::String &&value)
void SetGlobalClusterIdentifier(const char *value)
bool GetDeletionProtection() const
CreateGlobalClusterRequest & WithDatabaseName(const char *value)
CreateGlobalClusterRequest & WithSourceDBClusterIdentifier(const Aws::String &value)
void SetGlobalClusterIdentifier(Aws::String &&value)
CreateGlobalClusterRequest & WithEngineLifecycleSupport(const Aws::String &value)
AWS_RDS_API CreateGlobalClusterRequest()
void SetStorageEncrypted(bool value)
CreateGlobalClusterRequest & WithDatabaseName(Aws::String &&value)
bool DeletionProtectionHasBeenSet() const
const Aws::String & GetDatabaseName() const
void SetSourceDBClusterIdentifier(const Aws::String &value)
void SetEngine(const char *value)
CreateGlobalClusterRequest & WithEngine(const Aws::String &value)
bool EngineHasBeenSet() const
void SetEngineLifecycleSupport(const char *value)
void SetEngine(const Aws::String &value)
const Aws::String & GetEngine() const
void SetEngineVersion(Aws::String &&value)
CreateGlobalClusterRequest & WithSourceDBClusterIdentifier(const char *value)
CreateGlobalClusterRequest & WithDatabaseName(const Aws::String &value)
bool GlobalClusterIdentifierHasBeenSet() const
void SetDatabaseName(Aws::String &&value)
bool SourceDBClusterIdentifierHasBeenSet() const
CreateGlobalClusterRequest & WithEngineVersion(Aws::String &&value)
void SetDeletionProtection(bool value)
virtual const char * GetServiceRequestName() const override
CreateGlobalClusterRequest & WithSourceDBClusterIdentifier(Aws::String &&value)
CreateGlobalClusterRequest & WithEngineVersion(const Aws::String &value)
void SetGlobalClusterIdentifier(const Aws::String &value)
CreateGlobalClusterRequest & WithEngineLifecycleSupport(const char *value)
CreateGlobalClusterRequest & WithTags(Aws::Vector< Tag > &&value)
void SetTags(Aws::Vector< Tag > &&value)
CreateGlobalClusterRequest & WithStorageEncrypted(bool value)
CreateGlobalClusterRequest & WithEngine(const char *value)
void SetDatabaseName(const Aws::String &value)
void SetEngine(Aws::String &&value)
CreateGlobalClusterRequest & AddTags(Tag &&value)
CreateGlobalClusterRequest & WithTags(const Aws::Vector< Tag > &value)
bool StorageEncryptedHasBeenSet() const
const Aws::String & GetGlobalClusterIdentifier() const
void SetTags(const Aws::Vector< Tag > &value)
bool EngineLifecycleSupportHasBeenSet() const
void SetSourceDBClusterIdentifier(Aws::String &&value)
void SetSourceDBClusterIdentifier(const char *value)
CreateGlobalClusterRequest & WithGlobalClusterIdentifier(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector