7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace StorageGateway
38 template<
typename GatewayARNT = Aws::String>
39 void SetGatewayARN(GatewayARNT&& value) { m_gatewayARNHasBeenSet =
true; m_gatewayARN = std::forward<GatewayARNT>(value); }
40 template<
typename GatewayARNT = Aws::String>
47 template<
typename RequestIdT = Aws::String>
48 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
49 template<
typename RequestIdT = Aws::String>
55 bool m_gatewayARNHasBeenSet =
false;
58 bool m_requestIdHasBeenSet =
false;
AddCacheResult & WithGatewayARN(GatewayARNT &&value)
void SetRequestId(RequestIdT &&value)
AddCacheResult & WithRequestId(RequestIdT &&value)
void SetGatewayARN(GatewayARNT &&value)
const Aws::String & GetGatewayARN() const
const Aws::String & GetRequestId() const
AWS_STORAGEGATEWAY_API AddCacheResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_STORAGEGATEWAY_API AddCacheResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_STORAGEGATEWAY_API AddCacheResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue