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