7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
10#include <aws/neptune-graph/model/SnapshotStatus.h>
21namespace NeptuneGraph {
42 template <
typename IdT = Aws::String>
44 m_idHasBeenSet =
true;
45 m_id = std::forward<IdT>(value);
47 template <
typename IdT = Aws::String>
49 SetId(std::forward<IdT>(value));
63 template <
typename NameT = Aws::String>
65 m_nameHasBeenSet =
true;
66 m_name = std::forward<NameT>(value);
68 template <
typename NameT = Aws::String>
70 SetName(std::forward<NameT>(value));
81 template <
typename ArnT = Aws::String>
83 m_arnHasBeenSet =
true;
84 m_arn = std::forward<ArnT>(value);
86 template <
typename ArnT = Aws::String>
88 SetArn(std::forward<ArnT>(value));
99 template <
typename SourceGraphIdT = Aws::String>
101 m_sourceGraphIdHasBeenSet =
true;
102 m_sourceGraphId = std::forward<SourceGraphIdT>(value);
104 template <
typename SourceGraphIdT = Aws::String>
117 template <
typename SnapshotCreateTimeT = Aws::Utils::DateTime>
119 m_snapshotCreateTimeHasBeenSet =
true;
120 m_snapshotCreateTime = std::forward<SnapshotCreateTimeT>(value);
122 template <
typename SnapshotCreateTimeT = Aws::Utils::DateTime>
136 m_statusHasBeenSet =
true;
151 template <
typename KmsKeyIdentifierT = Aws::String>
153 m_kmsKeyIdentifierHasBeenSet =
true;
154 m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value);
156 template <
typename KmsKeyIdentifierT = Aws::String>
176 bool m_idHasBeenSet =
false;
177 bool m_nameHasBeenSet =
false;
178 bool m_arnHasBeenSet =
false;
179 bool m_sourceGraphIdHasBeenSet =
false;
180 bool m_snapshotCreateTimeHasBeenSet =
false;
181 bool m_statusHasBeenSet =
false;
182 bool m_kmsKeyIdentifierHasBeenSet =
false;
AWS_NEPTUNEGRAPH_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetSourceGraphId() const
const Aws::String & GetKmsKeyIdentifier() const
void SetSnapshotCreateTime(SnapshotCreateTimeT &&value)
AWS_NEPTUNEGRAPH_API GraphSnapshotSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
GraphSnapshotSummary & WithName(NameT &&value)
void SetSourceGraphId(SourceGraphIdT &&value)
bool NameHasBeenSet() const
void SetKmsKeyIdentifier(KmsKeyIdentifierT &&value)
GraphSnapshotSummary & WithId(IdT &&value)
bool SourceGraphIdHasBeenSet() const
GraphSnapshotSummary & WithKmsKeyIdentifier(KmsKeyIdentifierT &&value)
bool KmsKeyIdentifierHasBeenSet() const
const Aws::Utils::DateTime & GetSnapshotCreateTime() const
bool ArnHasBeenSet() const
AWS_NEPTUNEGRAPH_API GraphSnapshotSummary()=default
bool IdHasBeenSet() const
void SetName(NameT &&value)
GraphSnapshotSummary & WithArn(ArnT &&value)
GraphSnapshotSummary & WithSnapshotCreateTime(SnapshotCreateTimeT &&value)
GraphSnapshotSummary & WithSourceGraphId(SourceGraphIdT &&value)
AWS_NEPTUNEGRAPH_API GraphSnapshotSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetArn() const
const Aws::String & GetName() const
bool StatusHasBeenSet() const
bool SnapshotCreateTimeHasBeenSet() const
GraphSnapshotSummary & WithStatus(SnapshotStatus value)
void SetStatus(SnapshotStatus value)
SnapshotStatus GetStatus() const
void SetArn(ArnT &&value)
const Aws::String & GetId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue