7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/comprehend/model/EndpointProperties.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
38 template <
typename Endpo
intPropertiesListT = Aws::Vector<Endpo
intProperties>>
40 m_endpointPropertiesListHasBeenSet =
true;
41 m_endpointPropertiesList = std::forward<EndpointPropertiesListT>(value);
43 template <
typename Endpo
intPropertiesListT = Aws::Vector<Endpo
intProperties>>
48 template <
typename Endpo
intPropertiesListT = Endpo
intProperties>
50 m_endpointPropertiesListHasBeenSet =
true;
51 m_endpointPropertiesList.emplace_back(std::forward<EndpointPropertiesListT>(value));
61 template <
typename NextTokenT = Aws::String>
63 m_nextTokenHasBeenSet =
true;
64 m_nextToken = std::forward<NextTokenT>(value);
66 template <
typename NextTokenT = Aws::String>
76 template <
typename RequestIdT = Aws::String>
78 m_requestIdHasBeenSet =
true;
79 m_requestId = std::forward<RequestIdT>(value);
81 template <
typename RequestIdT = Aws::String>
96 bool m_endpointPropertiesListHasBeenSet =
false;
97 bool m_nextTokenHasBeenSet =
false;
98 bool m_requestIdHasBeenSet =
false;
ListEndpointsResult & AddEndpointPropertiesList(EndpointPropertiesListT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_COMPREHEND_API ListEndpointsResult()=default
AWS_COMPREHEND_API ListEndpointsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetEndpointPropertiesList(EndpointPropertiesListT &&value)
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
AWS_COMPREHEND_API ListEndpointsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListEndpointsResult & WithNextToken(NextTokenT &&value)
ListEndpointsResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
ListEndpointsResult & WithEndpointPropertiesList(EndpointPropertiesListT &&value)
const Aws::Vector< EndpointProperties > & GetEndpointPropertiesList() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue