7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/fsx/FSx_EXPORTS.h>
9#include <aws/fsx/model/Snapshot.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
36 template <
typename SnapshotT = Snapshot>
38 m_snapshotHasBeenSet =
true;
39 m_snapshot = std::forward<SnapshotT>(value);
41 template <
typename SnapshotT = Snapshot>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
66 bool m_snapshotHasBeenSet =
false;
67 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_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