AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DescribeEndpointResult.h
1
6#pragma once
7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace IoT
24{
25namespace Model
26{
33 {
34 public:
38
39
41
45 inline const Aws::String& GetEndpointAddress() const{ return m_endpointAddress; }
46 inline void SetEndpointAddress(const Aws::String& value) { m_endpointAddress = value; }
47 inline void SetEndpointAddress(Aws::String&& value) { m_endpointAddress = std::move(value); }
48 inline void SetEndpointAddress(const char* value) { m_endpointAddress.assign(value); }
49 inline DescribeEndpointResult& WithEndpointAddress(const Aws::String& value) { SetEndpointAddress(value); return *this;}
50 inline DescribeEndpointResult& WithEndpointAddress(Aws::String&& value) { SetEndpointAddress(std::move(value)); return *this;}
51 inline DescribeEndpointResult& WithEndpointAddress(const char* value) { SetEndpointAddress(value); return *this;}
53
55
56 inline const Aws::String& GetRequestId() const{ return m_requestId; }
57 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
58 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
59 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
60 inline DescribeEndpointResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
61 inline DescribeEndpointResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
62 inline DescribeEndpointResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
64 private:
65
66 Aws::String m_endpointAddress;
67
68 Aws::String m_requestId;
69 };
70
71} // namespace Model
72} // namespace IoT
73} // namespace Aws
DescribeEndpointResult & WithEndpointAddress(const Aws::String &value)
DescribeEndpointResult & WithEndpointAddress(Aws::String &&value)
AWS_IOT_API DescribeEndpointResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_IOT_API DescribeEndpointResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeEndpointResult & WithRequestId(const char *value)
DescribeEndpointResult & WithRequestId(Aws::String &&value)
DescribeEndpointResult & WithEndpointAddress(const char *value)
void SetEndpointAddress(const Aws::String &value)
void SetRequestId(const Aws::String &value)
DescribeEndpointResult & WithRequestId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue