7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/AppSortKey.h>
11#include <aws/sagemaker/model/SortOrder.h>
42 template <
typename NextTokenT = Aws::String>
44 m_nextTokenHasBeenSet =
true;
45 m_nextToken = std::forward<NextTokenT>(value);
47 template <
typename NextTokenT = Aws::String>
67 m_maxResultsHasBeenSet =
true;
83 m_sortOrderHasBeenSet =
true;
99 m_sortByHasBeenSet =
true;
114 template <
typename DomainIdEqualsT = Aws::String>
116 m_domainIdEqualsHasBeenSet =
true;
117 m_domainIdEquals = std::forward<DomainIdEqualsT>(value);
119 template <
typename DomainIdEqualsT = Aws::String>
133 template <
typename UserProfileNameEqualsT = Aws::String>
135 m_userProfileNameEqualsHasBeenSet =
true;
136 m_userProfileNameEquals = std::forward<UserProfileNameEqualsT>(value);
138 template <
typename UserProfileNameEqualsT = Aws::String>
152 template <
typename SpaceNameEqualsT = Aws::String>
154 m_spaceNameEqualsHasBeenSet =
true;
155 m_spaceNameEquals = std::forward<SpaceNameEqualsT>(value);
157 template <
typename SpaceNameEqualsT = Aws::String>
177 bool m_nextTokenHasBeenSet =
false;
178 bool m_maxResultsHasBeenSet =
false;
179 bool m_sortOrderHasBeenSet =
false;
180 bool m_sortByHasBeenSet =
false;
181 bool m_domainIdEqualsHasBeenSet =
false;
182 bool m_userProfileNameEqualsHasBeenSet =
false;
183 bool m_spaceNameEqualsHasBeenSet =
false;
const Aws::String & GetUserProfileNameEquals() const
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
bool SortByHasBeenSet() const
bool NextTokenHasBeenSet() const
bool DomainIdEqualsHasBeenSet() const
AppSortKey GetSortBy() const
ListAppsRequest & WithSortBy(AppSortKey value)
bool UserProfileNameEqualsHasBeenSet() const
ListAppsRequest & WithSpaceNameEquals(SpaceNameEqualsT &&value)
bool SortOrderHasBeenSet() const
void SetNextToken(NextTokenT &&value)
ListAppsRequest & WithNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
void SetDomainIdEquals(DomainIdEqualsT &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetSpaceNameEquals(SpaceNameEqualsT &&value)
bool SpaceNameEqualsHasBeenSet() const
const Aws::String & GetSpaceNameEquals() const
const Aws::String & GetNextToken() const
virtual const char * GetServiceRequestName() const override
SortOrder GetSortOrder() const
void SetSortBy(AppSortKey value)
void SetMaxResults(int value)
AWS_SAGEMAKER_API ListAppsRequest()=default
ListAppsRequest & WithDomainIdEquals(DomainIdEqualsT &&value)
void SetSortOrder(SortOrder value)
int GetMaxResults() const
ListAppsRequest & WithSortOrder(SortOrder value)
ListAppsRequest & WithMaxResults(int value)
ListAppsRequest & WithUserProfileNameEquals(UserProfileNameEqualsT &&value)
void SetUserProfileNameEquals(UserProfileNameEqualsT &&value)
const Aws::String & GetDomainIdEquals() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String