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));
54 template <
typename NameT = Aws::String>
56 m_nameHasBeenSet =
true;
57 m_name = std::forward<NameT>(value);
59 template <
typename NameT = Aws::String>
61 SetName(std::forward<NameT>(value));
71 template <
typename ArnT = Aws::String>
73 m_arnHasBeenSet =
true;
74 m_arn = std::forward<ArnT>(value);
76 template <
typename ArnT = Aws::String>
78 SetArn(std::forward<ArnT>(value));
88 template <
typename SourceGraphIdT = Aws::String>
90 m_sourceGraphIdHasBeenSet =
true;
91 m_sourceGraphId = std::forward<SourceGraphIdT>(value);
93 template <
typename SourceGraphIdT = Aws::String>
105 template <
typename SnapshotCreateTimeT = Aws::Utils::DateTime>
107 m_snapshotCreateTimeHasBeenSet =
true;
108 m_snapshotCreateTime = std::forward<SnapshotCreateTimeT>(value);
110 template <
typename SnapshotCreateTimeT = Aws::Utils::DateTime>
123 m_statusHasBeenSet =
true;
137 template <
typename KmsKeyIdentifierT = Aws::String>
139 m_kmsKeyIdentifierHasBeenSet =
true;
140 m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value);
142 template <
typename KmsKeyIdentifierT = Aws::String>
152 template <
typename RequestIdT = Aws::String>
154 m_requestIdHasBeenSet =
true;
155 m_requestId = std::forward<RequestIdT>(value);
157 template <
typename RequestIdT = Aws::String>
182 bool m_idHasBeenSet =
false;
183 bool m_nameHasBeenSet =
false;
184 bool m_arnHasBeenSet =
false;
185 bool m_sourceGraphIdHasBeenSet =
false;
186 bool m_snapshotCreateTimeHasBeenSet =
false;
187 bool m_statusHasBeenSet =
false;
188 bool m_kmsKeyIdentifierHasBeenSet =
false;
189 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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