7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename Endpo
intT = Aws::String>
41 void SetEndpoint(EndpointT&& value) { m_endpointHasBeenSet =
true; m_endpoint = std::forward<EndpointT>(value); }
42 template<
typename Endpo
intT = Aws::String>
51 template<
typename TelemetryEndpo
intT = Aws::String>
52 void SetTelemetryEndpoint(TelemetryEndpointT&& value) { m_telemetryEndpointHasBeenSet =
true; m_telemetryEndpoint = std::forward<TelemetryEndpointT>(value); }
53 template<
typename TelemetryEndpo
intT = Aws::String>
65 template<
typename ServiceConnectEndpo
intT = Aws::String>
66 void SetServiceConnectEndpoint(ServiceConnectEndpointT&& value) { m_serviceConnectEndpointHasBeenSet =
true; m_serviceConnectEndpoint = std::forward<ServiceConnectEndpointT>(value); }
67 template<
typename ServiceConnectEndpo
intT = Aws::String>
74 template<
typename RequestIdT = Aws::String>
75 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
76 template<
typename RequestIdT = Aws::String>
82 bool m_endpointHasBeenSet =
false;
85 bool m_telemetryEndpointHasBeenSet =
false;
88 bool m_serviceConnectEndpointHasBeenSet =
false;
91 bool m_requestIdHasBeenSet =
false;
DiscoverPollEndpointResult & WithRequestId(RequestIdT &&value)
void SetServiceConnectEndpoint(ServiceConnectEndpointT &&value)
AWS_ECS_API DiscoverPollEndpointResult()=default
const Aws::String & GetTelemetryEndpoint() const
AWS_ECS_API DiscoverPollEndpointResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
DiscoverPollEndpointResult & WithServiceConnectEndpoint(ServiceConnectEndpointT &&value)
DiscoverPollEndpointResult & WithTelemetryEndpoint(TelemetryEndpointT &&value)
const Aws::String & GetEndpoint() const
AWS_ECS_API DiscoverPollEndpointResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DiscoverPollEndpointResult & WithEndpoint(EndpointT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetServiceConnectEndpoint() const
void SetEndpoint(EndpointT &&value)
void SetTelemetryEndpoint(TelemetryEndpointT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue