7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/appsync/model/ApiCache.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template <
typename ApiCacheT = ApiCache>
44 m_apiCacheHasBeenSet =
true;
45 m_apiCache = std::forward<ApiCacheT>(value);
47 template <
typename ApiCacheT = ApiCache>
57 template <
typename RequestIdT = Aws::String>
59 m_requestIdHasBeenSet =
true;
60 m_requestId = std::forward<RequestIdT>(value);
62 template <
typename RequestIdT = Aws::String>
75 bool m_apiCacheHasBeenSet =
false;
76 bool m_requestIdHasBeenSet =
false;
AWS_APPSYNC_API GetApiCacheResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_APPSYNC_API GetApiCacheResult()=default
AWS_APPSYNC_API GetApiCacheResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetApiCacheResult & WithApiCache(ApiCacheT &&value)
GetApiCacheResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
const ApiCache & GetApiCache() const
const Aws::String & GetRequestId() const
void SetApiCache(ApiCacheT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue