7#include <aws/fsx/FSx_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/fsx/model/SnapshotLifecycle.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename SnapshotIdT = Aws::String>
42 void SetSnapshotId(SnapshotIdT&& value) { m_snapshotIdHasBeenSet =
true; m_snapshotId = std::forward<SnapshotIdT>(value); }
43 template<
typename SnapshotIdT = Aws::String>
60 template<
typename RequestIdT = Aws::String>
61 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
62 template<
typename RequestIdT = Aws::String>
68 bool m_snapshotIdHasBeenSet =
false;
71 bool m_lifecycleHasBeenSet =
false;
74 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