7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/neptune/NeptuneRequest.h>
10#include <aws/neptune/Neptune_EXPORTS.h>
11#include <aws/neptune/model/Tag.h>
43 template <
typename GlobalClusterIdentifierT = Aws::String>
45 m_globalClusterIdentifierHasBeenSet =
true;
46 m_globalClusterIdentifier = std::forward<GlobalClusterIdentifierT>(value);
48 template <
typename GlobalClusterIdentifierT = Aws::String>
62 template <
typename SourceDBClusterIdentifierT = Aws::String>
64 m_sourceDBClusterIdentifierHasBeenSet =
true;
65 m_sourceDBClusterIdentifier = std::forward<SourceDBClusterIdentifierT>(value);
67 template <
typename SourceDBClusterIdentifierT = Aws::String>
81 template <
typename EngineT = Aws::String>
83 m_engineHasBeenSet =
true;
84 m_engine = std::forward<EngineT>(value);
86 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;
135 template <
typename DatabaseNameT = Aws::String>
137 m_databaseNameHasBeenSet =
true;
138 m_databaseName = std::forward<DatabaseNameT>(value);
140 template <
typename DatabaseNameT = Aws::String>
153 template <
typename TagsT = Aws::Vector<Tag>>
155 m_tagsHasBeenSet =
true;
156 m_tags = std::forward<TagsT>(value);
158 template <
typename TagsT = Aws::Vector<Tag>>
160 SetTags(std::forward<TagsT>(value));
163 template <
typename TagsT = Tag>
165 m_tagsHasBeenSet =
true;
166 m_tags.emplace_back(std::forward<TagsT>(value));
178 m_storageEncryptedHasBeenSet =
true;
179 m_storageEncrypted = value;
195 bool m_deletionProtection{
false};
201 bool m_storageEncrypted{
false};
202 bool m_globalClusterIdentifierHasBeenSet =
false;
203 bool m_sourceDBClusterIdentifierHasBeenSet =
false;
204 bool m_engineHasBeenSet =
false;
205 bool m_engineVersionHasBeenSet =
false;
206 bool m_deletionProtectionHasBeenSet =
false;
207 bool m_databaseNameHasBeenSet =
false;
208 bool m_tagsHasBeenSet =
false;
209 bool m_storageEncryptedHasBeenSet =
false;
bool DatabaseNameHasBeenSet() const
void SetDeletionProtection(bool value)
const Aws::String & GetEngine() const
AWS_NEPTUNE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool TagsHasBeenSet() const
const Aws::String & GetSourceDBClusterIdentifier() const
const Aws::Vector< Tag > & GetTags() const
bool GetStorageEncrypted() const
CreateGlobalClusterRequest & WithDatabaseName(DatabaseNameT &&value)
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
CreateGlobalClusterRequest & WithTags(TagsT &&value)
void SetEngine(EngineT &&value)
AWS_NEPTUNE_API Aws::String SerializePayload() const override
void SetDatabaseName(DatabaseNameT &&value)
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)
CreateGlobalClusterRequest & AddTags(TagsT &&value)
const Aws::String & GetDatabaseName() const
void SetStorageEncrypted(bool value)
bool DeletionProtectionHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetTags(TagsT &&value)
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
std::vector< T, Aws::Allocator< T > > Vector