7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/docdb/DocDBRequest.h>
9#include <aws/docdb/DocDB_EXPORTS.h>
45 template <
typename GlobalClusterIdentifierT = Aws::String>
47 m_globalClusterIdentifierHasBeenSet =
true;
48 m_globalClusterIdentifier = std::forward<GlobalClusterIdentifierT>(value);
50 template <
typename GlobalClusterIdentifierT = Aws::String>
64 template <
typename SourceDBClusterIdentifierT = Aws::String>
66 m_sourceDBClusterIdentifierHasBeenSet =
true;
67 m_sourceDBClusterIdentifier = std::forward<SourceDBClusterIdentifierT>(value);
69 template <
typename SourceDBClusterIdentifierT = Aws::String>
82 template <
typename EngineT = Aws::String>
84 m_engineHasBeenSet =
true;
85 m_engine = std::forward<EngineT>(value);
87 template <
typename EngineT = Aws::String>
100 template <
typename EngineVersionT = Aws::String>
102 m_engineVersionHasBeenSet =
true;
103 m_engineVersion = std::forward<EngineVersionT>(value);
105 template <
typename EngineVersionT = Aws::String>
120 m_deletionProtectionHasBeenSet =
true;
121 m_deletionProtection = value;
137 template <
typename DatabaseNameT = Aws::String>
139 m_databaseNameHasBeenSet =
true;
140 m_databaseName = std::forward<DatabaseNameT>(value);
142 template <
typename DatabaseNameT = Aws::String>
156 m_storageEncryptedHasBeenSet =
true;
157 m_storageEncrypted = value;
173 bool m_deletionProtection{
false};
177 bool m_storageEncrypted{
false};
178 bool m_globalClusterIdentifierHasBeenSet =
false;
179 bool m_sourceDBClusterIdentifierHasBeenSet =
false;
180 bool m_engineHasBeenSet =
false;
181 bool m_engineVersionHasBeenSet =
false;
182 bool m_deletionProtectionHasBeenSet =
false;
183 bool m_databaseNameHasBeenSet =
false;
184 bool m_storageEncryptedHasBeenSet =
false;
CreateGlobalClusterRequest & WithGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
AWS_DOCDB_API Aws::String SerializePayload() const override
const Aws::String & GetSourceDBClusterIdentifier() const
bool DatabaseNameHasBeenSet() const
void SetEngine(EngineT &&value)
void SetGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
const Aws::String & GetGlobalClusterIdentifier() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetEngine() const
void SetSourceDBClusterIdentifier(SourceDBClusterIdentifierT &&value)
void SetDatabaseName(DatabaseNameT &&value)
CreateGlobalClusterRequest & WithStorageEncrypted(bool value)
bool GlobalClusterIdentifierHasBeenSet() const
bool GetStorageEncrypted() const
void SetStorageEncrypted(bool value)
bool StorageEncryptedHasBeenSet() const
bool SourceDBClusterIdentifierHasBeenSet() const
AWS_DOCDB_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
CreateGlobalClusterRequest & WithEngine(EngineT &&value)
const Aws::String & GetEngineVersion() const
bool EngineHasBeenSet() const
bool DeletionProtectionHasBeenSet() const
CreateGlobalClusterRequest & WithDatabaseName(DatabaseNameT &&value)
CreateGlobalClusterRequest & WithEngineVersion(EngineVersionT &&value)
bool EngineVersionHasBeenSet() const
void SetDeletionProtection(bool value)
const Aws::String & GetDatabaseName() const
bool GetDeletionProtection() const
CreateGlobalClusterRequest & WithDeletionProtection(bool value)
AWS_DOCDB_API CreateGlobalClusterRequest()=default
CreateGlobalClusterRequest & WithSourceDBClusterIdentifier(SourceDBClusterIdentifierT &&value)
void SetEngineVersion(EngineVersionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String