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/FileCacheLifecycle.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename FileCacheIdT = Aws::String>
38 m_fileCacheIdHasBeenSet =
true;
39 m_fileCacheId = std::forward<FileCacheIdT>(value);
41 template <
typename FileCacheIdT = Aws::String>
56 m_lifecycleHasBeenSet =
true;
68 template <
typename RequestIdT = Aws::String>
70 m_requestIdHasBeenSet =
true;
71 m_requestId = std::forward<RequestIdT>(value);
73 template <
typename RequestIdT = Aws::String>
88 bool m_fileCacheIdHasBeenSet =
false;
89 bool m_lifecycleHasBeenSet =
false;
90 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetFileCacheId() const
AWS_FSX_API DeleteFileCacheResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteFileCacheResult & WithFileCacheId(FileCacheIdT &&value)
void SetLifecycle(FileCacheLifecycle value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_FSX_API DeleteFileCacheResult()=default
void SetFileCacheId(FileCacheIdT &&value)
AWS_FSX_API DeleteFileCacheResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
FileCacheLifecycle GetLifecycle() const
DeleteFileCacheResult & WithLifecycle(FileCacheLifecycle value)
void SetRequestId(RequestIdT &&value)
DeleteFileCacheResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue