7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
11#include <aws/neptune-graph/model/SnapshotStatus.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace NeptuneGraph {
37 template <
typename IdT = Aws::String>
39 m_idHasBeenSet =
true;
40 m_id = std::forward<IdT>(value);
42 template <
typename IdT = Aws::String>
44 SetId(std::forward<IdT>(value));
57 template <
typename NameT = Aws::String>
59 m_nameHasBeenSet =
true;
60 m_name = std::forward<NameT>(value);
62 template <
typename NameT = Aws::String>
64 SetName(std::forward<NameT>(value));
74 template <
typename ArnT = Aws::String>
76 m_arnHasBeenSet =
true;
77 m_arn = std::forward<ArnT>(value);
79 template <
typename ArnT = Aws::String>
81 SetArn(std::forward<ArnT>(value));
91 template <
typename SourceGraphIdT = Aws::String>
93 m_sourceGraphIdHasBeenSet =
true;
94 m_sourceGraphId = std::forward<SourceGraphIdT>(value);
96 template <
typename SourceGraphIdT = Aws::String>
108 template <
typename SnapshotCreateTimeT = Aws::Utils::DateTime>
110 m_snapshotCreateTimeHasBeenSet =
true;
111 m_snapshotCreateTime = std::forward<SnapshotCreateTimeT>(value);
113 template <
typename SnapshotCreateTimeT = Aws::Utils::DateTime>
126 m_statusHasBeenSet =
true;
140 template <
typename KmsKeyIdentifierT = Aws::String>
142 m_kmsKeyIdentifierHasBeenSet =
true;
143 m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value);
145 template <
typename KmsKeyIdentifierT = Aws::String>
155 template <
typename RequestIdT = Aws::String>
157 m_requestIdHasBeenSet =
true;
158 m_requestId = std::forward<RequestIdT>(value);
160 template <
typename RequestIdT = Aws::String>
185 bool m_idHasBeenSet =
false;
186 bool m_nameHasBeenSet =
false;
187 bool m_arnHasBeenSet =
false;
188 bool m_sourceGraphIdHasBeenSet =
false;
189 bool m_snapshotCreateTimeHasBeenSet =
false;
190 bool m_statusHasBeenSet =
false;
191 bool m_kmsKeyIdentifierHasBeenSet =
false;
192 bool m_requestIdHasBeenSet =
false;
const Aws::Utils::DateTime & GetSnapshotCreateTime() const
const Aws::String & GetKmsKeyIdentifier() const
const Aws::String & GetName() const
const Aws::String & GetArn() const
GetGraphSnapshotResult & WithKmsKeyIdentifier(KmsKeyIdentifierT &&value)
void SetRequestId(RequestIdT &&value)
void SetStatus(SnapshotStatus value)
const Aws::String & GetSourceGraphId() const
void SetArn(ArnT &&value)
void SetSourceGraphId(SourceGraphIdT &&value)
GetGraphSnapshotResult & WithStatus(SnapshotStatus value)
GetGraphSnapshotResult & WithId(IdT &&value)
const Aws::String & GetRequestId() const
GetGraphSnapshotResult & WithSourceGraphId(SourceGraphIdT &&value)
void SetSnapshotCreateTime(SnapshotCreateTimeT &&value)
AWS_NEPTUNEGRAPH_API GetGraphSnapshotResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetGraphSnapshotResult & WithSnapshotCreateTime(SnapshotCreateTimeT &&value)
void SetName(NameT &&value)
AWS_NEPTUNEGRAPH_API GetGraphSnapshotResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetGraphSnapshotResult & WithName(NameT &&value)
GetGraphSnapshotResult & WithRequestId(RequestIdT &&value)
SnapshotStatus GetStatus() const
GetGraphSnapshotResult & WithArn(ArnT &&value)
const Aws::String & GetId() const
AWS_NEPTUNEGRAPH_API GetGraphSnapshotResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetKmsKeyIdentifier(KmsKeyIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue