7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/iotwireless/model/WirelessGatewayServiceType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
50 template<
typename ServiceEndpo
intT = Aws::String>
51 void SetServiceEndpoint(ServiceEndpointT&& value) { m_serviceEndpointHasBeenSet =
true; m_serviceEndpoint = std::forward<ServiceEndpointT>(value); }
52 template<
typename ServiceEndpo
intT = Aws::String>
61 template<
typename ServerTrustT = Aws::String>
62 void SetServerTrust(ServerTrustT&& value) { m_serverTrustHasBeenSet =
true; m_serverTrust = std::forward<ServerTrustT>(value); }
63 template<
typename ServerTrustT = Aws::String>
70 template<
typename RequestIdT = Aws::String>
71 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
72 template<
typename RequestIdT = Aws::String>
78 bool m_serviceTypeHasBeenSet =
false;
81 bool m_serviceEndpointHasBeenSet =
false;
84 bool m_serverTrustHasBeenSet =
false;
87 bool m_requestIdHasBeenSet =
false;
GetServiceEndpointResult & WithServerTrust(ServerTrustT &&value)
const Aws::String & GetServiceEndpoint() const
void SetServiceEndpoint(ServiceEndpointT &&value)
GetServiceEndpointResult & WithRequestId(RequestIdT &&value)
AWS_IOTWIRELESS_API GetServiceEndpointResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetServerTrust() const
const Aws::String & GetRequestId() const
void SetServiceType(WirelessGatewayServiceType value)
GetServiceEndpointResult & WithServiceType(WirelessGatewayServiceType value)
AWS_IOTWIRELESS_API GetServiceEndpointResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetServiceEndpointResult & WithServiceEndpoint(ServiceEndpointT &&value)
void SetRequestId(RequestIdT &&value)
WirelessGatewayServiceType GetServiceType() const
AWS_IOTWIRELESS_API GetServiceEndpointResult()=default
void SetServerTrust(ServerTrustT &&value)
WirelessGatewayServiceType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue