7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotwireless/IoTWireless_EXPORTS.h>
10#include <aws/iotwireless/model/WirelessGatewayServiceType.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace IoTWireless {
37 m_serviceTypeHasBeenSet =
true;
38 m_serviceType = value;
51 template <
typename ServiceEndpo
intT = Aws::String>
53 m_serviceEndpointHasBeenSet =
true;
54 m_serviceEndpoint = std::forward<ServiceEndpointT>(value);
56 template <
typename ServiceEndpo
intT = Aws::String>
68 template <
typename ServerTrustT = Aws::String>
70 m_serverTrustHasBeenSet =
true;
71 m_serverTrust = std::forward<ServerTrustT>(value);
73 template <
typename ServerTrustT = Aws::String>
83 template <
typename RequestIdT = Aws::String>
85 m_requestIdHasBeenSet =
true;
86 m_requestId = std::forward<RequestIdT>(value);
88 template <
typename RequestIdT = Aws::String>
105 bool m_serviceTypeHasBeenSet =
false;
106 bool m_serviceEndpointHasBeenSet =
false;
107 bool m_serverTrustHasBeenSet =
false;
108 bool m_requestIdHasBeenSet =
false;
GetServiceEndpointResult & WithServerTrust(ServerTrustT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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