7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/lookoutequipment/LookoutEquipment_EXPORTS.h>
10#include <aws/lookoutequipment/model/LabelSummary.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace LookoutEquipment {
37 template <
typename NextTokenT = Aws::String>
39 m_nextTokenHasBeenSet =
true;
40 m_nextToken = std::forward<NextTokenT>(value);
42 template <
typename NextTokenT = Aws::String>
57 template <
typename LabelSummariesT = Aws::Vector<LabelSummary>>
59 m_labelSummariesHasBeenSet =
true;
60 m_labelSummaries = std::forward<LabelSummariesT>(value);
62 template <
typename LabelSummariesT = Aws::Vector<LabelSummary>>
67 template <
typename LabelSummariesT = LabelSummary>
69 m_labelSummariesHasBeenSet =
true;
70 m_labelSummaries.emplace_back(std::forward<LabelSummariesT>(value));
78 template <
typename RequestIdT = Aws::String>
80 m_requestIdHasBeenSet =
true;
81 m_requestId = std::forward<RequestIdT>(value);
83 template <
typename RequestIdT = Aws::String>
95 bool m_nextTokenHasBeenSet =
false;
96 bool m_labelSummariesHasBeenSet =
false;
97 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< LabelSummary > & GetLabelSummaries() const
ListLabelsResult & WithRequestId(RequestIdT &&value)
AWS_LOOKOUTEQUIPMENT_API ListLabelsResult()=default
void SetLabelSummaries(LabelSummariesT &&value)
ListLabelsResult & AddLabelSummaries(LabelSummariesT &&value)
void SetNextToken(NextTokenT &&value)
AWS_LOOKOUTEQUIPMENT_API ListLabelsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetNextToken() const
ListLabelsResult & WithNextToken(NextTokenT &&value)
const Aws::String & GetRequestId() const
ListLabelsResult & WithLabelSummaries(LabelSummariesT &&value)
AWS_LOOKOUTEQUIPMENT_API ListLabelsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue