7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker/model/FeatureGroupSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename FeatureGroupSummariesT = Aws::Vector<FeatureGroupSummary>>
43 void SetFeatureGroupSummaries(FeatureGroupSummariesT&& value) { m_featureGroupSummariesHasBeenSet =
true; m_featureGroupSummaries = std::forward<FeatureGroupSummariesT>(value); }
44 template<
typename FeatureGroupSummariesT = Aws::Vector<FeatureGroupSummary>>
46 template<
typename FeatureGroupSummariesT = FeatureGroupSummary>
55 template<
typename NextTokenT = Aws::String>
56 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
57 template<
typename NextTokenT = Aws::String>
64 template<
typename RequestIdT = Aws::String>
65 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
66 template<
typename RequestIdT = Aws::String>
72 bool m_featureGroupSummariesHasBeenSet =
false;
75 bool m_nextTokenHasBeenSet =
false;
78 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< FeatureGroupSummary > & GetFeatureGroupSummaries() const
AWS_SAGEMAKER_API ListFeatureGroupsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SAGEMAKER_API ListFeatureGroupsResult()=default
ListFeatureGroupsResult & WithNextToken(NextTokenT &&value)
const Aws::String & GetRequestId() const
ListFeatureGroupsResult & WithFeatureGroupSummaries(FeatureGroupSummariesT &&value)
ListFeatureGroupsResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetNextToken() const
ListFeatureGroupsResult & AddFeatureGroupSummaries(FeatureGroupSummariesT &&value)
void SetFeatureGroupSummaries(FeatureGroupSummariesT &&value)
void SetRequestId(RequestIdT &&value)
AWS_SAGEMAKER_API ListFeatureGroupsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNextToken(NextTokenT &&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