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/SortOrder.h>
11#include <aws/sagemaker/model/AppSortKey.h>
46 template<
typename NextTokenT = Aws::String>
47 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
48 template<
typename NextTokenT = Aws::String>
64 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
94 template<
typename DomainIdEqualsT = Aws::String>
95 void SetDomainIdEquals(DomainIdEqualsT&& value) { m_domainIdEqualsHasBeenSet =
true; m_domainIdEquals = std::forward<DomainIdEqualsT>(value); }
96 template<
typename DomainIdEqualsT = Aws::String>
107 template<
typename UserProfileNameEqualsT = Aws::String>
108 void SetUserProfileNameEquals(UserProfileNameEqualsT&& value) { m_userProfileNameEqualsHasBeenSet =
true; m_userProfileNameEquals = std::forward<UserProfileNameEqualsT>(value); }
109 template<
typename UserProfileNameEqualsT = Aws::String>
120 template<
typename SpaceNameEqualsT = Aws::String>
121 void SetSpaceNameEquals(SpaceNameEqualsT&& value) { m_spaceNameEqualsHasBeenSet =
true; m_spaceNameEquals = std::forward<SpaceNameEqualsT>(value); }
122 template<
typename SpaceNameEqualsT = Aws::String>
128 bool m_nextTokenHasBeenSet =
false;
131 bool m_maxResultsHasBeenSet =
false;
134 bool m_sortOrderHasBeenSet =
false;
137 bool m_sortByHasBeenSet =
false;
140 bool m_domainIdEqualsHasBeenSet =
false;
143 bool m_userProfileNameEqualsHasBeenSet =
false;
146 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