7#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/neptune-graph/model/SnapshotStatus.h>
48 template<
typename IdT = Aws::String>
49 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
50 template<
typename IdT = Aws::String>
63 template<
typename NameT = Aws::String>
64 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
65 template<
typename NameT = Aws::String>
75 template<
typename ArnT = Aws::String>
76 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
77 template<
typename ArnT = Aws::String>
87 template<
typename SourceGraphIdT = Aws::String>
88 void SetSourceGraphId(SourceGraphIdT&& value) { m_sourceGraphIdHasBeenSet =
true; m_sourceGraphId = std::forward<SourceGraphIdT>(value); }
89 template<
typename SourceGraphIdT = Aws::String>
99 template<
typename SnapshotCreateTimeT = Aws::Utils::DateTime>
100 void SetSnapshotCreateTime(SnapshotCreateTimeT&& value) { m_snapshotCreateTimeHasBeenSet =
true; m_snapshotCreateTime = std::forward<SnapshotCreateTimeT>(value); }
101 template<
typename SnapshotCreateTimeT = Aws::Utils::DateTime>
121 template<
typename KmsKeyIdentifierT = Aws::String>
122 void SetKmsKeyIdentifier(KmsKeyIdentifierT&& value) { m_kmsKeyIdentifierHasBeenSet =
true; m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value); }
123 template<
typename KmsKeyIdentifierT = Aws::String>
129 bool m_idHasBeenSet =
false;
132 bool m_nameHasBeenSet =
false;
135 bool m_arnHasBeenSet =
false;
138 bool m_sourceGraphIdHasBeenSet =
false;
141 bool m_snapshotCreateTimeHasBeenSet =
false;
144 bool m_statusHasBeenSet =
false;
147 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