7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/fsx/FSx_EXPORTS.h>
9#include <aws/fsx/model/SnapshotLifecycle.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename SnapshotIdT = Aws::String>
37 m_snapshotIdHasBeenSet =
true;
38 m_snapshotId = std::forward<SnapshotIdT>(value);
40 template <
typename SnapshotIdT = Aws::String>
54 m_lifecycleHasBeenSet =
true;
66 template <
typename RequestIdT = Aws::String>
68 m_requestIdHasBeenSet =
true;
69 m_requestId = std::forward<RequestIdT>(value);
71 template <
typename RequestIdT = Aws::String>
83 bool m_snapshotIdHasBeenSet =
false;
84 bool m_lifecycleHasBeenSet =
false;
85 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
DeleteSnapshotResult & WithSnapshotId(SnapshotIdT &&value)
void SetRequestId(RequestIdT &&value)
SnapshotLifecycle GetLifecycle() const
AWS_FSX_API DeleteSnapshotResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_FSX_API DeleteSnapshotResult()=default
const Aws::String & GetSnapshotId() const
DeleteSnapshotResult & WithLifecycle(SnapshotLifecycle value)
DeleteSnapshotResult & WithRequestId(RequestIdT &&value)
void SetSnapshotId(SnapshotIdT &&value)
void SetLifecycle(SnapshotLifecycle value)
AWS_FSX_API DeleteSnapshotResult & 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