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>
47 template<
typename IdT = Aws::String>
48 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
49 template<
typename IdT = Aws::String>
59 template<
typename NameT = Aws::String>
60 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
61 template<
typename NameT = Aws::String>
71 template<
typename ArnT = Aws::String>
72 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
73 template<
typename ArnT = Aws::String>
94 inline void SetProvisionedMemory(
int value) { m_provisionedMemoryHasBeenSet =
true; m_provisionedMemory = value; }
104 inline void SetPublicConnectivity(
bool value) { m_publicConnectivityHasBeenSet =
true; m_publicConnectivity = value; }
114 template<
typename Endpo
intT = Aws::String>
115 void SetEndpoint(EndpointT&& value) { m_endpointHasBeenSet =
true; m_endpoint = std::forward<EndpointT>(value); }
116 template<
typename Endpo
intT = Aws::String>
126 inline void SetReplicaCount(
int value) { m_replicaCountHasBeenSet =
true; m_replicaCount = value; }
136 template<
typename KmsKeyIdentifierT = Aws::String>
137 void SetKmsKeyIdentifier(KmsKeyIdentifierT&& value) { m_kmsKeyIdentifierHasBeenSet =
true; m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value); }
138 template<
typename KmsKeyIdentifierT = Aws::String>
148 inline void SetDeletionProtection(
bool value) { m_deletionProtectionHasBeenSet =
true; m_deletionProtection = value; }
154 bool m_idHasBeenSet =
false;
157 bool m_nameHasBeenSet =
false;
160 bool m_arnHasBeenSet =
false;
163 bool m_statusHasBeenSet =
false;
165 int m_provisionedMemory{0};
166 bool m_provisionedMemoryHasBeenSet =
false;
168 bool m_publicConnectivity{
false};
169 bool m_publicConnectivityHasBeenSet =
false;
172 bool m_endpointHasBeenSet =
false;
174 int m_replicaCount{0};
175 bool m_replicaCountHasBeenSet =
false;
178 bool m_kmsKeyIdentifierHasBeenSet =
false;
180 bool m_deletionProtection{
false};
181 bool m_deletionProtectionHasBeenSet =
false;
bool DeletionProtectionHasBeenSet() const
const Aws::String & GetEndpoint() const
bool StatusHasBeenSet() const
AWS_NEPTUNEGRAPH_API GraphSummary(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
void SetPublicConnectivity(bool value)
int GetProvisionedMemory() const
bool IdHasBeenSet() const
bool GetPublicConnectivity() const
AWS_NEPTUNEGRAPH_API Aws::Utils::Json::JsonValue Jsonize() const
bool ProvisionedMemoryHasBeenSet() const
void SetEndpoint(EndpointT &&value)
GraphSummary & WithArn(ArnT &&value)
bool KmsKeyIdentifierHasBeenSet() const
bool GetDeletionProtection() const
GraphSummary & WithProvisionedMemory(int value)
const Aws::String & GetArn() const
const Aws::String & GetKmsKeyIdentifier() const
void SetProvisionedMemory(int value)
GraphStatus GetStatus() const
GraphSummary & WithEndpoint(EndpointT &&value)
AWS_NEPTUNEGRAPH_API GraphSummary()=default
bool NameHasBeenSet() const
AWS_NEPTUNEGRAPH_API GraphSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(GraphStatus value)
int GetReplicaCount() const
GraphSummary & WithName(NameT &&value)
GraphSummary & WithKmsKeyIdentifier(KmsKeyIdentifierT &&value)
void SetReplicaCount(int value)
GraphSummary & WithPublicConnectivity(bool value)
bool ArnHasBeenSet() const
const Aws::String & GetName() const
void SetDeletionProtection(bool value)
void SetArn(ArnT &&value)
bool EndpointHasBeenSet() const
GraphSummary & WithReplicaCount(int value)
GraphSummary & WithId(IdT &&value)
bool PublicConnectivityHasBeenSet() const
GraphSummary & WithDeletionProtection(bool value)
GraphSummary & WithStatus(GraphStatus value)
void SetKmsKeyIdentifier(KmsKeyIdentifierT &&value)
const Aws::String & GetId() const
bool ReplicaCountHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue