7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
41 template<
typename GatewayIdT = Aws::String>
42 void SetGatewayId(GatewayIdT&& value) { m_gatewayIdHasBeenSet =
true; m_gatewayId = std::forward<GatewayIdT>(value); }
43 template<
typename GatewayIdT = Aws::String>
56 template<
typename GatewayArnT = Aws::String>
57 void SetGatewayArn(GatewayArnT&& value) { m_gatewayArnHasBeenSet =
true; m_gatewayArn = std::forward<GatewayArnT>(value); }
58 template<
typename GatewayArnT = Aws::String>
65 template<
typename RequestIdT = Aws::String>
66 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
67 template<
typename RequestIdT = Aws::String>
73 bool m_gatewayIdHasBeenSet =
false;
76 bool m_gatewayArnHasBeenSet =
false;
79 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetGatewayId() const
void SetGatewayArn(GatewayArnT &&value)
CreateGatewayResult & WithRequestId(RequestIdT &&value)
CreateGatewayResult & WithGatewayArn(GatewayArnT &&value)
void SetGatewayId(GatewayIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_IOTSITEWISE_API CreateGatewayResult()=default
CreateGatewayResult & WithGatewayId(GatewayIdT &&value)
AWS_IOTSITEWISE_API CreateGatewayResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
AWS_IOTSITEWISE_API CreateGatewayResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetGatewayArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue