7#include <aws/evidently/CloudWatchEvidently_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/evidently/model/FeatureSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace CloudWatchEvidently
43 template<
typename FeaturesT = Aws::Vector<FeatureSummary>>
44 void SetFeatures(FeaturesT&& value) { m_featuresHasBeenSet =
true; m_features = std::forward<FeaturesT>(value); }
45 template<
typename FeaturesT = Aws::Vector<FeatureSummary>>
47 template<
typename FeaturesT = FeatureSummary>
48 ListFeaturesResult&
AddFeatures(FeaturesT&& value) { m_featuresHasBeenSet =
true; m_features.emplace_back(std::forward<FeaturesT>(value));
return *
this; }
57 template<
typename NextTokenT = Aws::String>
58 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
59 template<
typename NextTokenT = Aws::String>
66 template<
typename RequestIdT = Aws::String>
67 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
68 template<
typename RequestIdT = Aws::String>
74 bool m_featuresHasBeenSet =
false;
77 bool m_nextTokenHasBeenSet =
false;
80 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
ListFeaturesResult & WithNextToken(NextTokenT &&value)
AWS_CLOUDWATCHEVIDENTLY_API ListFeaturesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_CLOUDWATCHEVIDENTLY_API ListFeaturesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListFeaturesResult & AddFeatures(FeaturesT &&value)
ListFeaturesResult & WithFeatures(FeaturesT &&value)
const Aws::Vector< FeatureSummary > & GetFeatures() const
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
ListFeaturesResult & WithRequestId(RequestIdT &&value)
AWS_CLOUDWATCHEVIDENTLY_API ListFeaturesResult()=default
void SetFeatures(FeaturesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue