7#include <aws/backup-gateway/BackupGateway_EXPORTS.h>
8#include <aws/backup-gateway/model/GatewayDetails.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace BackupGateway {
36 template <
typename GatewayT = GatewayDetails>
38 m_gatewayHasBeenSet =
true;
39 m_gateway = std::forward<GatewayT>(value);
41 template <
typename GatewayT = GatewayDetails>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
66 bool m_gatewayHasBeenSet =
false;
67 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)
GetGatewayResult & WithGateway(GatewayT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue