AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetServiceEndpointResult.h
1
6#pragma once
7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/iotwireless/model/WirelessGatewayServiceType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace IoTWireless
25{
26namespace Model
27{
29 {
30 public:
31 AWS_IOTWIRELESS_API GetServiceEndpointResult();
34
35
37
40 inline const WirelessGatewayServiceType& GetServiceType() const{ return m_serviceType; }
41 inline void SetServiceType(const WirelessGatewayServiceType& value) { m_serviceType = value; }
42 inline void SetServiceType(WirelessGatewayServiceType&& value) { m_serviceType = std::move(value); }
44 inline GetServiceEndpointResult& WithServiceType(WirelessGatewayServiceType&& value) { SetServiceType(std::move(value)); return *this;}
46
48
51 inline const Aws::String& GetServiceEndpoint() const{ return m_serviceEndpoint; }
52 inline void SetServiceEndpoint(const Aws::String& value) { m_serviceEndpoint = value; }
53 inline void SetServiceEndpoint(Aws::String&& value) { m_serviceEndpoint = std::move(value); }
54 inline void SetServiceEndpoint(const char* value) { m_serviceEndpoint.assign(value); }
55 inline GetServiceEndpointResult& WithServiceEndpoint(const Aws::String& value) { SetServiceEndpoint(value); return *this;}
56 inline GetServiceEndpointResult& WithServiceEndpoint(Aws::String&& value) { SetServiceEndpoint(std::move(value)); return *this;}
57 inline GetServiceEndpointResult& WithServiceEndpoint(const char* value) { SetServiceEndpoint(value); return *this;}
59
61
64 inline const Aws::String& GetServerTrust() const{ return m_serverTrust; }
65 inline void SetServerTrust(const Aws::String& value) { m_serverTrust = value; }
66 inline void SetServerTrust(Aws::String&& value) { m_serverTrust = std::move(value); }
67 inline void SetServerTrust(const char* value) { m_serverTrust.assign(value); }
68 inline GetServiceEndpointResult& WithServerTrust(const Aws::String& value) { SetServerTrust(value); return *this;}
69 inline GetServiceEndpointResult& WithServerTrust(Aws::String&& value) { SetServerTrust(std::move(value)); return *this;}
70 inline GetServiceEndpointResult& WithServerTrust(const char* value) { SetServerTrust(value); return *this;}
72
74
75 inline const Aws::String& GetRequestId() const{ return m_requestId; }
76 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
77 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
78 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
79 inline GetServiceEndpointResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
80 inline GetServiceEndpointResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
81 inline GetServiceEndpointResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
83 private:
84
85 WirelessGatewayServiceType m_serviceType;
86
87 Aws::String m_serviceEndpoint;
88
89 Aws::String m_serverTrust;
90
91 Aws::String m_requestId;
92 };
93
94} // namespace Model
95} // namespace IoTWireless
96} // namespace Aws
GetServiceEndpointResult & WithRequestId(Aws::String &&value)
GetServiceEndpointResult & WithRequestId(const Aws::String &value)
GetServiceEndpointResult & WithRequestId(const char *value)
AWS_IOTWIRELESS_API GetServiceEndpointResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetServiceType(const WirelessGatewayServiceType &value)
GetServiceEndpointResult & WithServiceEndpoint(Aws::String &&value)
GetServiceEndpointResult & WithServerTrust(Aws::String &&value)
GetServiceEndpointResult & WithServerTrust(const char *value)
GetServiceEndpointResult & WithServerTrust(const Aws::String &value)
AWS_IOTWIRELESS_API GetServiceEndpointResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const WirelessGatewayServiceType & GetServiceType() const
GetServiceEndpointResult & WithServiceEndpoint(const Aws::String &value)
GetServiceEndpointResult & WithServiceEndpoint(const char *value)
GetServiceEndpointResult & WithServiceType(const WirelessGatewayServiceType &value)
GetServiceEndpointResult & WithServiceType(WirelessGatewayServiceType &&value)
void SetServiceType(WirelessGatewayServiceType &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue