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>
53 template<
typename NameT = Aws::String>
54 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
55 template<
typename NameT = Aws::String>
64 template<
typename ArnT = Aws::String>
65 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
66 template<
typename ArnT = Aws::String>
75 template<
typename SourceGraphIdT = Aws::String>
76 void SetSourceGraphId(SourceGraphIdT&& value) { m_sourceGraphIdHasBeenSet =
true; m_sourceGraphId = std::forward<SourceGraphIdT>(value); }
77 template<
typename SourceGraphIdT = Aws::String>
86 template<
typename SnapshotCreateTimeT = Aws::Utils::DateTime>
87 void SetSnapshotCreateTime(SnapshotCreateTimeT&& value) { m_snapshotCreateTimeHasBeenSet =
true; m_snapshotCreateTime = std::forward<SnapshotCreateTimeT>(value); }
88 template<
typename SnapshotCreateTimeT = Aws::Utils::DateTime>
106 template<
typename KmsKeyIdentifierT = Aws::String>
107 void SetKmsKeyIdentifier(KmsKeyIdentifierT&& value) { m_kmsKeyIdentifierHasBeenSet =
true; m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value); }
108 template<
typename KmsKeyIdentifierT = Aws::String>
115 template<
typename RequestIdT = Aws::String>
116 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
117 template<
typename RequestIdT = Aws::String>
123 bool m_idHasBeenSet =
false;
126 bool m_nameHasBeenSet =
false;
129 bool m_arnHasBeenSet =
false;
132 bool m_sourceGraphIdHasBeenSet =
false;
135 bool m_snapshotCreateTimeHasBeenSet =
false;
138 bool m_statusHasBeenSet =
false;
141 bool m_kmsKeyIdentifierHasBeenSet =
false;
144 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