7#include <aws/neptune/Neptune_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/neptune/model/GlobalClusterMember.h>
57 inline void SetGlobalClusterIdentifier(
const char* value) { m_globalClusterIdentifierHasBeenSet =
true; m_globalClusterIdentifier.assign(value); }
73 inline void SetGlobalClusterResourceId(
const char* value) { m_globalClusterResourceIdHasBeenSet =
true; m_globalClusterResourceId.assign(value); }
87 inline void SetGlobalClusterArn(
const char* value) { m_globalClusterArnHasBeenSet =
true; m_globalClusterArn.assign(value); }
101 inline void SetStatus(
const char* value) { m_statusHasBeenSet =
true; m_status.assign(value); }
116 inline void SetEngine(
const char* value) { m_engineHasBeenSet =
true; m_engine.assign(value); }
130 inline void SetEngineVersion(
const char* value) { m_engineVersionHasBeenSet =
true; m_engineVersion.assign(value); }
142 inline void SetStorageEncrypted(
bool value) { m_storageEncryptedHasBeenSet =
true; m_storageEncrypted = value; }
152 inline void SetDeletionProtection(
bool value) { m_deletionProtectionHasBeenSet =
true; m_deletionProtection = value; }
173 bool m_globalClusterIdentifierHasBeenSet =
false;
176 bool m_globalClusterResourceIdHasBeenSet =
false;
179 bool m_globalClusterArnHasBeenSet =
false;
182 bool m_statusHasBeenSet =
false;
185 bool m_engineHasBeenSet =
false;
188 bool m_engineVersionHasBeenSet =
false;
190 bool m_storageEncrypted;
191 bool m_storageEncryptedHasBeenSet =
false;
193 bool m_deletionProtection;
194 bool m_deletionProtectionHasBeenSet =
false;
197 bool m_globalClusterMembersHasBeenSet =
false;
void SetGlobalClusterIdentifier(Aws::String &&value)
GlobalCluster & WithGlobalClusterMembers(Aws::Vector< GlobalClusterMember > &&value)
const Aws::String & GetGlobalClusterResourceId() const
GlobalCluster & WithStatus(const Aws::String &value)
GlobalCluster & WithEngine(const char *value)
void SetEngineVersion(const char *value)
void SetDeletionProtection(bool value)
AWS_NEPTUNE_API GlobalCluster(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool GlobalClusterArnHasBeenSet() const
void SetStatus(Aws::String &&value)
void SetGlobalClusterResourceId(const char *value)
GlobalCluster & WithGlobalClusterArn(const char *value)
void SetGlobalClusterResourceId(const Aws::String &value)
bool GlobalClusterIdentifierHasBeenSet() const
void SetGlobalClusterIdentifier(const Aws::String &value)
bool EngineHasBeenSet() const
GlobalCluster & AddGlobalClusterMembers(GlobalClusterMember &&value)
void SetGlobalClusterMembers(Aws::Vector< GlobalClusterMember > &&value)
AWS_NEPTUNE_API GlobalCluster()
GlobalCluster & WithDeletionProtection(bool value)
void SetEngine(const Aws::String &value)
const Aws::String & GetGlobalClusterArn() const
AWS_NEPTUNE_API GlobalCluster & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetStatus() const
GlobalCluster & WithGlobalClusterArn(Aws::String &&value)
GlobalCluster & WithGlobalClusterIdentifier(Aws::String &&value)
void SetEngineVersion(const Aws::String &value)
bool StatusHasBeenSet() const
void SetEngineVersion(Aws::String &&value)
void SetStatus(const char *value)
GlobalCluster & WithEngineVersion(Aws::String &&value)
GlobalCluster & WithStatus(Aws::String &&value)
GlobalCluster & WithGlobalClusterResourceId(Aws::String &&value)
bool GetStorageEncrypted() const
GlobalCluster & WithGlobalClusterArn(const Aws::String &value)
GlobalCluster & WithEngine(Aws::String &&value)
GlobalCluster & WithGlobalClusterResourceId(const Aws::String &value)
void SetGlobalClusterArn(Aws::String &&value)
GlobalCluster & WithEngineVersion(const char *value)
GlobalCluster & WithStatus(const char *value)
bool DeletionProtectionHasBeenSet() const
void SetGlobalClusterArn(const Aws::String &value)
void SetStatus(const Aws::String &value)
GlobalCluster & WithGlobalClusterIdentifier(const Aws::String &value)
bool GlobalClusterResourceIdHasBeenSet() const
void SetEngine(Aws::String &&value)
GlobalCluster & WithEngine(const Aws::String &value)
const Aws::String & GetGlobalClusterIdentifier() const
GlobalCluster & WithStorageEncrypted(bool value)
const Aws::String & GetEngine() const
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetGlobalClusterArn(const char *value)
GlobalCluster & WithGlobalClusterIdentifier(const char *value)
void SetEngine(const char *value)
GlobalCluster & AddGlobalClusterMembers(const GlobalClusterMember &value)
void SetGlobalClusterResourceId(Aws::String &&value)
void SetStorageEncrypted(bool value)
GlobalCluster & WithEngineVersion(const Aws::String &value)
const Aws::Vector< GlobalClusterMember > & GetGlobalClusterMembers() const
const Aws::String & GetEngineVersion() const
bool GlobalClusterMembersHasBeenSet() const
bool GetDeletionProtection() const
GlobalCluster & WithGlobalClusterResourceId(const char *value)
bool EngineVersionHasBeenSet() const
void SetGlobalClusterIdentifier(const char *value)
GlobalCluster & WithGlobalClusterMembers(const Aws::Vector< GlobalClusterMember > &value)
bool StorageEncryptedHasBeenSet() const
void SetGlobalClusterMembers(const Aws::Vector< GlobalClusterMember > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream