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));
56 template <
typename NameT = Aws::String>
58 m_nameHasBeenSet =
true;
59 m_name = std::forward<NameT>(value);
61 template <
typename NameT = Aws::String>
63 SetName(std::forward<NameT>(value));
73 template <
typename ArnT = Aws::String>
75 m_arnHasBeenSet =
true;
76 m_arn = std::forward<ArnT>(value);
78 template <
typename ArnT = Aws::String>
80 SetArn(std::forward<ArnT>(value));
90 template <
typename SourceGraphIdT = Aws::String>
92 m_sourceGraphIdHasBeenSet =
true;
93 m_sourceGraphId = std::forward<SourceGraphIdT>(value);
95 template <
typename SourceGraphIdT = Aws::String>
107 template <
typename SnapshotCreateTimeT = Aws::Utils::DateTime>
109 m_snapshotCreateTimeHasBeenSet =
true;
110 m_snapshotCreateTime = std::forward<SnapshotCreateTimeT>(value);
112 template <
typename SnapshotCreateTimeT = Aws::Utils::DateTime>
125 m_statusHasBeenSet =
true;
139 template <
typename KmsKeyIdentifierT = Aws::String>
141 m_kmsKeyIdentifierHasBeenSet =
true;
142 m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value);
144 template <
typename KmsKeyIdentifierT = Aws::String>
154 template <
typename RequestIdT = Aws::String>
156 m_requestIdHasBeenSet =
true;
157 m_requestId = std::forward<RequestIdT>(value);
159 template <
typename RequestIdT = Aws::String>
181 bool m_idHasBeenSet =
false;
182 bool m_nameHasBeenSet =
false;
183 bool m_arnHasBeenSet =
false;
184 bool m_sourceGraphIdHasBeenSet =
false;
185 bool m_snapshotCreateTimeHasBeenSet =
false;
186 bool m_statusHasBeenSet =
false;
187 bool m_kmsKeyIdentifierHasBeenSet =
false;
188 bool m_requestIdHasBeenSet =
false;
DeleteGraphSnapshotResult & WithRequestId(RequestIdT &&value)
void SetKmsKeyIdentifier(KmsKeyIdentifierT &&value)
const Aws::String & GetSourceGraphId() const
DeleteGraphSnapshotResult & WithKmsKeyIdentifier(KmsKeyIdentifierT &&value)
DeleteGraphSnapshotResult & WithId(IdT &&value)
void SetArn(ArnT &&value)
const Aws::Utils::DateTime & GetSnapshotCreateTime() const
void SetStatus(SnapshotStatus value)
DeleteGraphSnapshotResult & WithName(NameT &&value)
SnapshotStatus GetStatus() const
const Aws::String & GetArn() const
DeleteGraphSnapshotResult & WithSnapshotCreateTime(SnapshotCreateTimeT &&value)
const Aws::String & GetKmsKeyIdentifier() const
void SetName(NameT &&value)
DeleteGraphSnapshotResult & WithSourceGraphId(SourceGraphIdT &&value)
void SetSourceGraphId(SourceGraphIdT &&value)
AWS_NEPTUNEGRAPH_API DeleteGraphSnapshotResult()=default
const Aws::String & GetName() const
AWS_NEPTUNEGRAPH_API DeleteGraphSnapshotResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteGraphSnapshotResult & WithStatus(SnapshotStatus value)
const Aws::String & GetId() const
DeleteGraphSnapshotResult & WithArn(ArnT &&value)
void SetSnapshotCreateTime(SnapshotCreateTimeT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_NEPTUNEGRAPH_API DeleteGraphSnapshotResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue