7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker/model/FeatureGroupStatus.h>
11#include <aws/sagemaker/model/OfflineStoreStatusValue.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/sagemaker/model/FeatureGroupSortOrder.h>
14#include <aws/sagemaker/model/FeatureGroupSortBy.h>
49 template<
typename NameContainsT = Aws::String>
50 void SetNameContains(NameContainsT&& value) { m_nameContainsHasBeenSet =
true; m_nameContains = std::forward<NameContainsT>(value); }
51 template<
typename NameContainsT = Aws::String>
84 template<
typename CreationTimeAfterT = Aws::Utils::DateTime>
85 void SetCreationTimeAfter(CreationTimeAfterT&& value) { m_creationTimeAfterHasBeenSet =
true; m_creationTimeAfter = std::forward<CreationTimeAfterT>(value); }
86 template<
typename CreationTimeAfterT = Aws::Utils::DateTime>
97 template<
typename CreationTimeBeforeT = Aws::Utils::DateTime>
98 void SetCreationTimeBefore(CreationTimeBeforeT&& value) { m_creationTimeBeforeHasBeenSet =
true; m_creationTimeBefore = std::forward<CreationTimeBeforeT>(value); }
99 template<
typename CreationTimeBeforeT = Aws::Utils::DateTime>
129 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
139 template<
typename NextTokenT = Aws::String>
140 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
141 template<
typename NextTokenT = Aws::String>
147 bool m_nameContainsHasBeenSet =
false;
150 bool m_featureGroupStatusEqualsHasBeenSet =
false;
153 bool m_offlineStoreStatusEqualsHasBeenSet =
false;
156 bool m_creationTimeAfterHasBeenSet =
false;
159 bool m_creationTimeBeforeHasBeenSet =
false;
162 bool m_sortOrderHasBeenSet =
false;
165 bool m_sortByHasBeenSet =
false;
168 bool m_maxResultsHasBeenSet =
false;
171 bool m_nextTokenHasBeenSet =
false;
ListFeatureGroupsRequest & WithSortOrder(FeatureGroupSortOrder value)
void SetSortBy(FeatureGroupSortBy value)
void SetCreationTimeBefore(CreationTimeBeforeT &&value)
void SetSortOrder(FeatureGroupSortOrder value)
const Aws::String & GetNameContains() const
void SetNameContains(NameContainsT &&value)
bool SortByHasBeenSet() const
bool SortOrderHasBeenSet() const
bool CreationTimeBeforeHasBeenSet() const
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
void SetMaxResults(int value)
ListFeatureGroupsRequest & WithCreationTimeBefore(CreationTimeBeforeT &&value)
bool OfflineStoreStatusEqualsHasBeenSet() const
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
FeatureGroupSortOrder GetSortOrder() const
virtual const char * GetServiceRequestName() const override
AWS_SAGEMAKER_API ListFeatureGroupsRequest()=default
bool NameContainsHasBeenSet() const
ListFeatureGroupsRequest & WithOfflineStoreStatusEquals(OfflineStoreStatusValue value)
ListFeatureGroupsRequest & WithSortBy(FeatureGroupSortBy value)
void SetOfflineStoreStatusEquals(OfflineStoreStatusValue value)
bool CreationTimeAfterHasBeenSet() const
ListFeatureGroupsRequest & WithCreationTimeAfter(CreationTimeAfterT &&value)
FeatureGroupStatus GetFeatureGroupStatusEquals() const
ListFeatureGroupsRequest & WithFeatureGroupStatusEquals(FeatureGroupStatus value)
int GetMaxResults() const
bool MaxResultsHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTimeBefore() const
ListFeatureGroupsRequest & WithMaxResults(int value)
ListFeatureGroupsRequest & WithNameContains(NameContainsT &&value)
ListFeatureGroupsRequest & WithNextToken(NextTokenT &&value)
FeatureGroupSortBy GetSortBy() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetFeatureGroupStatusEquals(FeatureGroupStatus value)
const Aws::Utils::DateTime & GetCreationTimeAfter() const
bool FeatureGroupStatusEqualsHasBeenSet() const
void SetCreationTimeAfter(CreationTimeAfterT &&value)
bool NextTokenHasBeenSet() const
OfflineStoreStatusValue GetOfflineStoreStatusEquals() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String