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>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace NeptuneGraph {
36 template <
typename IdT = Aws::String>
38 m_idHasBeenSet =
true;
39 m_id = std::forward<IdT>(value);
41 template <
typename IdT = Aws::String>
43 SetId(std::forward<IdT>(value));
53 template <
typename NameT = Aws::String>
55 m_nameHasBeenSet =
true;
56 m_name = std::forward<NameT>(value);
58 template <
typename NameT = Aws::String>
60 SetName(std::forward<NameT>(value));
70 template <
typename ArnT = Aws::String>
72 m_arnHasBeenSet =
true;
73 m_arn = std::forward<ArnT>(value);
75 template <
typename ArnT = Aws::String>
77 SetArn(std::forward<ArnT>(value));
87 template <
typename SourceGraphIdT = Aws::String>
89 m_sourceGraphIdHasBeenSet =
true;
90 m_sourceGraphId = std::forward<SourceGraphIdT>(value);
92 template <
typename SourceGraphIdT = Aws::String>
104 template <
typename SnapshotCreateTimeT = Aws::Utils::DateTime>
106 m_snapshotCreateTimeHasBeenSet =
true;
107 m_snapshotCreateTime = std::forward<SnapshotCreateTimeT>(value);
109 template <
typename SnapshotCreateTimeT = Aws::Utils::DateTime>
122 m_statusHasBeenSet =
true;
136 template <
typename KmsKeyIdentifierT = Aws::String>
138 m_kmsKeyIdentifierHasBeenSet =
true;
139 m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value);
141 template <
typename KmsKeyIdentifierT = Aws::String>
151 template <
typename RequestIdT = Aws::String>
153 m_requestIdHasBeenSet =
true;
154 m_requestId = std::forward<RequestIdT>(value);
156 template <
typename RequestIdT = Aws::String>
178 bool m_idHasBeenSet =
false;
179 bool m_nameHasBeenSet =
false;
180 bool m_arnHasBeenSet =
false;
181 bool m_sourceGraphIdHasBeenSet =
false;
182 bool m_snapshotCreateTimeHasBeenSet =
false;
183 bool m_statusHasBeenSet =
false;
184 bool m_kmsKeyIdentifierHasBeenSet =
false;
185 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetKmsKeyIdentifier() const
CreateGraphSnapshotResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetSourceGraphId() const
const Aws::String & GetName() const
SnapshotStatus GetStatus() const
const Aws::Utils::DateTime & GetSnapshotCreateTime() const
void SetStatus(SnapshotStatus value)
AWS_NEPTUNEGRAPH_API CreateGraphSnapshotResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateGraphSnapshotResult & WithSourceGraphId(SourceGraphIdT &&value)
void SetArn(ArnT &&value)
CreateGraphSnapshotResult & WithKmsKeyIdentifier(KmsKeyIdentifierT &&value)
CreateGraphSnapshotResult & WithName(NameT &&value)
const Aws::String & GetId() const
CreateGraphSnapshotResult & WithSnapshotCreateTime(SnapshotCreateTimeT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetArn() const
void SetName(NameT &&value)
AWS_NEPTUNEGRAPH_API CreateGraphSnapshotResult()=default
CreateGraphSnapshotResult & WithArn(ArnT &&value)
CreateGraphSnapshotResult & WithStatus(SnapshotStatus value)
AWS_NEPTUNEGRAPH_API CreateGraphSnapshotResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateGraphSnapshotResult & WithId(IdT &&value)
const Aws::String & GetRequestId() const
void SetKmsKeyIdentifier(KmsKeyIdentifierT &&value)
void SetSnapshotCreateTime(SnapshotCreateTimeT &&value)
void SetSourceGraphId(SourceGraphIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue