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>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename IdT = Aws::String>
43 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
44 template<
typename IdT = Aws::String>
56 template<
typename NameT = Aws::String>
57 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
58 template<
typename NameT = Aws::String>
67 template<
typename ArnT = Aws::String>
68 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
69 template<
typename ArnT = Aws::String>
78 template<
typename SourceGraphIdT = Aws::String>
79 void SetSourceGraphId(SourceGraphIdT&& value) { m_sourceGraphIdHasBeenSet =
true; m_sourceGraphId = std::forward<SourceGraphIdT>(value); }
80 template<
typename SourceGraphIdT = Aws::String>
89 template<
typename SnapshotCreateTimeT = Aws::Utils::DateTime>
90 void SetSnapshotCreateTime(SnapshotCreateTimeT&& value) { m_snapshotCreateTimeHasBeenSet =
true; m_snapshotCreateTime = std::forward<SnapshotCreateTimeT>(value); }
91 template<
typename SnapshotCreateTimeT = Aws::Utils::DateTime>
109 template<
typename KmsKeyIdentifierT = Aws::String>
110 void SetKmsKeyIdentifier(KmsKeyIdentifierT&& value) { m_kmsKeyIdentifierHasBeenSet =
true; m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value); }
111 template<
typename KmsKeyIdentifierT = Aws::String>
118 template<
typename RequestIdT = Aws::String>
119 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
120 template<
typename RequestIdT = Aws::String>
126 bool m_idHasBeenSet =
false;
129 bool m_nameHasBeenSet =
false;
132 bool m_arnHasBeenSet =
false;
135 bool m_sourceGraphIdHasBeenSet =
false;
138 bool m_snapshotCreateTimeHasBeenSet =
false;
141 bool m_statusHasBeenSet =
false;
144 bool m_kmsKeyIdentifierHasBeenSet =
false;
147 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
void SetKmsKeyIdentifier(KmsKeyIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue