7#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/neptune-graph/model/GraphStatus.h>
48 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
49 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
63 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
76 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
77 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
102 inline void SetProvisionedMemory(
int value) { m_provisionedMemoryHasBeenSet =
true; m_provisionedMemory = value; }
112 inline void SetPublicConnectivity(
bool value) { m_publicConnectivityHasBeenSet =
true; m_publicConnectivity = value; }
124 inline void SetEndpoint(
const char* value) { m_endpointHasBeenSet =
true; m_endpoint.assign(value); }
136 inline void SetReplicaCount(
int value) { m_replicaCountHasBeenSet =
true; m_replicaCount = value; }
148 inline void SetKmsKeyIdentifier(
const char* value) { m_kmsKeyIdentifierHasBeenSet =
true; m_kmsKeyIdentifier.assign(value); }
160 inline void SetDeletionProtection(
bool value) { m_deletionProtectionHasBeenSet =
true; m_deletionProtection = value; }
166 bool m_idHasBeenSet =
false;
169 bool m_nameHasBeenSet =
false;
172 bool m_arnHasBeenSet =
false;
175 bool m_statusHasBeenSet =
false;
177 int m_provisionedMemory;
178 bool m_provisionedMemoryHasBeenSet =
false;
180 bool m_publicConnectivity;
181 bool m_publicConnectivityHasBeenSet =
false;
184 bool m_endpointHasBeenSet =
false;
187 bool m_replicaCountHasBeenSet =
false;
190 bool m_kmsKeyIdentifierHasBeenSet =
false;
192 bool m_deletionProtection;
193 bool m_deletionProtectionHasBeenSet =
false;
bool DeletionProtectionHasBeenSet() const
const Aws::String & GetEndpoint() const
void SetArn(const Aws::String &value)
bool StatusHasBeenSet() const
AWS_NEPTUNEGRAPH_API GraphSummary(Aws::Utils::Json::JsonView jsonValue)
void SetPublicConnectivity(bool value)
void SetName(const Aws::String &value)
int GetProvisionedMemory() const
void SetKmsKeyIdentifier(const Aws::String &value)
bool IdHasBeenSet() const
void SetStatus(GraphStatus &&value)
bool GetPublicConnectivity() const
AWS_NEPTUNEGRAPH_API Aws::Utils::Json::JsonValue Jsonize() const
bool ProvisionedMemoryHasBeenSet() const
bool KmsKeyIdentifierHasBeenSet() const
bool GetDeletionProtection() const
GraphSummary & WithProvisionedMemory(int value)
const Aws::String & GetArn() const
const Aws::String & GetKmsKeyIdentifier() const
void SetProvisionedMemory(int value)
GraphSummary & WithEndpoint(const Aws::String &value)
void SetId(Aws::String &&value)
GraphSummary & WithStatus(GraphStatus &&value)
void SetArn(const char *value)
void SetArn(Aws::String &&value)
GraphSummary & WithArn(const Aws::String &value)
bool NameHasBeenSet() const
AWS_NEPTUNEGRAPH_API GraphSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetKmsKeyIdentifier(Aws::String &&value)
GraphSummary & WithId(Aws::String &&value)
GraphSummary & WithArn(Aws::String &&value)
void SetStatus(const GraphStatus &value)
void SetEndpoint(const char *value)
int GetReplicaCount() const
GraphSummary & WithName(const Aws::String &value)
void SetEndpoint(const Aws::String &value)
GraphSummary & WithId(const char *value)
GraphSummary & WithKmsKeyIdentifier(const Aws::String &value)
void SetReplicaCount(int value)
GraphSummary & WithPublicConnectivity(bool value)
void SetKmsKeyIdentifier(const char *value)
GraphSummary & WithStatus(const GraphStatus &value)
bool ArnHasBeenSet() const
const Aws::String & GetName() const
void SetDeletionProtection(bool value)
GraphSummary & WithEndpoint(const char *value)
AWS_NEPTUNEGRAPH_API GraphSummary()
GraphSummary & WithName(const char *value)
GraphSummary & WithName(Aws::String &&value)
void SetId(const char *value)
bool EndpointHasBeenSet() const
GraphSummary & WithId(const Aws::String &value)
const GraphStatus & GetStatus() const
GraphSummary & WithReplicaCount(int value)
void SetName(const char *value)
GraphSummary & WithKmsKeyIdentifier(const char *value)
bool PublicConnectivityHasBeenSet() const
GraphSummary & WithEndpoint(Aws::String &&value)
GraphSummary & WithDeletionProtection(bool value)
const Aws::String & GetId() const
GraphSummary & WithArn(const char *value)
bool ReplicaCountHasBeenSet() const
void SetId(const Aws::String &value)
GraphSummary & WithKmsKeyIdentifier(Aws::String &&value)
void SetName(Aws::String &&value)
void SetEndpoint(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue