7#include <aws/backup-gateway/BackupGateway_EXPORTS.h>
8#include <aws/backup-gateway/model/GatewayDetails.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace BackupGateway {
37 template <
typename GatewayT = GatewayDetails>
39 m_gatewayHasBeenSet =
true;
40 m_gateway = std::forward<GatewayT>(value);
42 template <
typename GatewayT = GatewayDetails>
52 template <
typename RequestIdT = Aws::String>
54 m_requestIdHasBeenSet =
true;
55 m_requestId = std::forward<RequestIdT>(value);
57 template <
typename RequestIdT = Aws::String>
70 bool m_gatewayHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
void SetGateway(GatewayT &&value)
AWS_BACKUPGATEWAY_API GetGatewayResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const GatewayDetails & GetGateway() const
const Aws::String & GetRequestId() const
AWS_BACKUPGATEWAY_API GetGatewayResult()=default
GetGatewayResult & WithRequestId(RequestIdT &&value)
AWS_BACKUPGATEWAY_API GetGatewayResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetGatewayResult & WithGateway(GatewayT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue