7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/fsx/FSx_EXPORTS.h>
10#include <aws/fsx/model/Snapshot.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename SnapshotT = Snapshot>
39 m_snapshotHasBeenSet =
true;
40 m_snapshot = std::forward<SnapshotT>(value);
42 template <
typename SnapshotT = Snapshot>
52 template <
typename RequestIdT = Aws::String>
54 m_requestIdHasBeenSet =
true;
55 m_requestId = std::forward<RequestIdT>(value);
57 template <
typename RequestIdT = Aws::String>
70 bool m_snapshotHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
void SetSnapshot(SnapshotT &&value)
AWS_FSX_API UpdateSnapshotResult()=default
UpdateSnapshotResult & WithRequestId(RequestIdT &&value)
UpdateSnapshotResult & WithSnapshot(SnapshotT &&value)
void SetRequestId(RequestIdT &&value)
AWS_FSX_API UpdateSnapshotResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_FSX_API UpdateSnapshotResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
const Snapshot & GetSnapshot() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue