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>
48 template<
typename GlobalClusterIdentifierT = Aws::String>
49 void SetGlobalClusterIdentifier(GlobalClusterIdentifierT&& value) { m_globalClusterIdentifierHasBeenSet =
true; m_globalClusterIdentifier = std::forward<GlobalClusterIdentifierT>(value); }
50 template<
typename GlobalClusterIdentifierT = Aws::String>
66 template<
typename SourceDBClusterIdentifierT = Aws::String>
67 void SetSourceDBClusterIdentifier(SourceDBClusterIdentifierT&& value) { m_sourceDBClusterIdentifierHasBeenSet =
true; m_sourceDBClusterIdentifier = std::forward<SourceDBClusterIdentifierT>(value); }
68 template<
typename SourceDBClusterIdentifierT = Aws::String>
82 template<
typename EngineT = Aws::String>
83 void SetEngine(EngineT&& value) { m_engineHasBeenSet =
true; m_engine = std::forward<EngineT>(value); }
84 template<
typename EngineT = Aws::String>
97 template<
typename EngineVersionT = Aws::String>
98 void SetEngineVersion(EngineVersionT&& value) { m_engineVersionHasBeenSet =
true; m_engineVersion = std::forward<EngineVersionT>(value); }
99 template<
typename EngineVersionT = Aws::String>
124 template<
typename EngineLifecycleSupportT = Aws::String>
125 void SetEngineLifecycleSupport(EngineLifecycleSupportT&& value) { m_engineLifecycleSupportHasBeenSet =
true; m_engineLifecycleSupport = std::forward<EngineLifecycleSupportT>(value); }
126 template<
typename EngineLifecycleSupportT = Aws::String>
138 inline void SetDeletionProtection(
bool value) { m_deletionProtectionHasBeenSet =
true; m_deletionProtection = value; }
152 template<
typename DatabaseNameT = Aws::String>
153 void SetDatabaseName(DatabaseNameT&& value) { m_databaseNameHasBeenSet =
true; m_databaseName = std::forward<DatabaseNameT>(value); }
154 template<
typename DatabaseNameT = Aws::String>
167 inline void SetStorageEncrypted(
bool value) { m_storageEncryptedHasBeenSet =
true; m_storageEncrypted = value; }
177 template<
typename TagsT = Aws::Vector<Tag>>
178 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
179 template<
typename TagsT = Aws::Vector<Tag>>
181 template<
typename TagsT = Tag>
187 bool m_globalClusterIdentifierHasBeenSet =
false;
190 bool m_sourceDBClusterIdentifierHasBeenSet =
false;
193 bool m_engineHasBeenSet =
false;
196 bool m_engineVersionHasBeenSet =
false;
199 bool m_engineLifecycleSupportHasBeenSet =
false;
201 bool m_deletionProtection{
false};
202 bool m_deletionProtectionHasBeenSet =
false;
205 bool m_databaseNameHasBeenSet =
false;
207 bool m_storageEncrypted{
false};
208 bool m_storageEncryptedHasBeenSet =
false;
211 bool m_tagsHasBeenSet =
false;
bool EngineVersionHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
const Aws::String & GetEngineVersion() const
bool TagsHasBeenSet() const
AWS_RDS_API Aws::String SerializePayload() const override
CreateGlobalClusterRequest & WithDeletionProtection(bool value)
AWS_RDS_API CreateGlobalClusterRequest()=default
bool GetStorageEncrypted() const
const Aws::String & GetSourceDBClusterIdentifier() const
void SetGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
bool DatabaseNameHasBeenSet() const
const Aws::String & GetEngineLifecycleSupport() const
CreateGlobalClusterRequest & WithEngineVersion(EngineVersionT &&value)
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool GetDeletionProtection() const
void SetStorageEncrypted(bool value)
bool DeletionProtectionHasBeenSet() const
const Aws::String & GetDatabaseName() const
void SetDatabaseName(DatabaseNameT &&value)
void SetSourceDBClusterIdentifier(SourceDBClusterIdentifierT &&value)
CreateGlobalClusterRequest & WithDatabaseName(DatabaseNameT &&value)
bool EngineHasBeenSet() const
CreateGlobalClusterRequest & WithGlobalClusterIdentifier(GlobalClusterIdentifierT &&value)
CreateGlobalClusterRequest & WithSourceDBClusterIdentifier(SourceDBClusterIdentifierT &&value)
CreateGlobalClusterRequest & WithEngineLifecycleSupport(EngineLifecycleSupportT &&value)
const Aws::String & GetEngine() const
CreateGlobalClusterRequest & WithEngine(EngineT &&value)
void SetEngine(EngineT &&value)
bool GlobalClusterIdentifierHasBeenSet() const
bool SourceDBClusterIdentifierHasBeenSet() const
void SetDeletionProtection(bool value)
virtual const char * GetServiceRequestName() const override
CreateGlobalClusterRequest & WithTags(TagsT &&value)
void SetEngineVersion(EngineVersionT &&value)
void SetEngineLifecycleSupport(EngineLifecycleSupportT &&value)
CreateGlobalClusterRequest & WithStorageEncrypted(bool value)
CreateGlobalClusterRequest & AddTags(TagsT &&value)
void SetTags(TagsT &&value)
bool StorageEncryptedHasBeenSet() const
const Aws::String & GetGlobalClusterIdentifier() const
bool EngineLifecycleSupportHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector