AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DiscoverPollEndpointResult.h
1
6#pragma once
7#include <aws/ecs/ECS_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 ECS
24{
25namespace Model
26{
28 {
29 public:
33
34
36
39 inline const Aws::String& GetEndpoint() const{ return m_endpoint; }
40 inline void SetEndpoint(const Aws::String& value) { m_endpoint = value; }
41 inline void SetEndpoint(Aws::String&& value) { m_endpoint = std::move(value); }
42 inline void SetEndpoint(const char* value) { m_endpoint.assign(value); }
43 inline DiscoverPollEndpointResult& WithEndpoint(const Aws::String& value) { SetEndpoint(value); return *this;}
44 inline DiscoverPollEndpointResult& WithEndpoint(Aws::String&& value) { SetEndpoint(std::move(value)); return *this;}
45 inline DiscoverPollEndpointResult& WithEndpoint(const char* value) { SetEndpoint(value); return *this;}
47
49
52 inline const Aws::String& GetTelemetryEndpoint() const{ return m_telemetryEndpoint; }
53 inline void SetTelemetryEndpoint(const Aws::String& value) { m_telemetryEndpoint = value; }
54 inline void SetTelemetryEndpoint(Aws::String&& value) { m_telemetryEndpoint = std::move(value); }
55 inline void SetTelemetryEndpoint(const char* value) { m_telemetryEndpoint.assign(value); }
57 inline DiscoverPollEndpointResult& WithTelemetryEndpoint(Aws::String&& value) { SetTelemetryEndpoint(std::move(value)); return *this;}
58 inline DiscoverPollEndpointResult& WithTelemetryEndpoint(const char* value) { SetTelemetryEndpoint(value); return *this;}
60
62
68 inline const Aws::String& GetServiceConnectEndpoint() const{ return m_serviceConnectEndpoint; }
69 inline void SetServiceConnectEndpoint(const Aws::String& value) { m_serviceConnectEndpoint = value; }
70 inline void SetServiceConnectEndpoint(Aws::String&& value) { m_serviceConnectEndpoint = std::move(value); }
71 inline void SetServiceConnectEndpoint(const char* value) { m_serviceConnectEndpoint.assign(value); }
74 inline DiscoverPollEndpointResult& WithServiceConnectEndpoint(const char* value) { SetServiceConnectEndpoint(value); return *this;}
76
78
79 inline const Aws::String& GetRequestId() const{ return m_requestId; }
80 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
81 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
82 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
83 inline DiscoverPollEndpointResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
84 inline DiscoverPollEndpointResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
85 inline DiscoverPollEndpointResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
87 private:
88
89 Aws::String m_endpoint;
90
91 Aws::String m_telemetryEndpoint;
92
93 Aws::String m_serviceConnectEndpoint;
94
95 Aws::String m_requestId;
96 };
97
98} // namespace Model
99} // namespace ECS
100} // namespace Aws
DiscoverPollEndpointResult & WithServiceConnectEndpoint(const Aws::String &value)
DiscoverPollEndpointResult & WithEndpoint(const Aws::String &value)
DiscoverPollEndpointResult & WithRequestId(Aws::String &&value)
DiscoverPollEndpointResult & WithTelemetryEndpoint(const Aws::String &value)
DiscoverPollEndpointResult & WithServiceConnectEndpoint(const char *value)
AWS_ECS_API DiscoverPollEndpointResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DiscoverPollEndpointResult & WithEndpoint(const char *value)
AWS_ECS_API DiscoverPollEndpointResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DiscoverPollEndpointResult & WithEndpoint(Aws::String &&value)
DiscoverPollEndpointResult & WithRequestId(const char *value)
DiscoverPollEndpointResult & WithServiceConnectEndpoint(Aws::String &&value)
DiscoverPollEndpointResult & WithRequestId(const Aws::String &value)
DiscoverPollEndpointResult & WithTelemetryEndpoint(Aws::String &&value)
DiscoverPollEndpointResult & WithTelemetryEndpoint(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue