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/UserProfileSortKey.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>
106 template<
typename UserProfileNameContainsT = Aws::String>
107 void SetUserProfileNameContains(UserProfileNameContainsT&& value) { m_userProfileNameContainsHasBeenSet =
true; m_userProfileNameContains = std::forward<UserProfileNameContainsT>(value); }
108 template<
typename UserProfileNameContainsT = Aws::String>
114 bool m_nextTokenHasBeenSet =
false;
117 bool m_maxResultsHasBeenSet =
false;
120 bool m_sortOrderHasBeenSet =
false;
123 bool m_sortByHasBeenSet =
false;
126 bool m_domainIdEqualsHasBeenSet =
false;
129 bool m_userProfileNameContainsHasBeenSet =
false;
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetSortOrder(SortOrder value)
void SetSortBy(UserProfileSortKey value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetUserProfileNameContains() const
bool SortOrderHasBeenSet() const
bool NextTokenHasBeenSet() const
int GetMaxResults() const
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNextToken() const
ListUserProfilesRequest & WithUserProfileNameContains(UserProfileNameContainsT &&value)
AWS_SAGEMAKER_API ListUserProfilesRequest()=default
UserProfileSortKey GetSortBy() const
SortOrder GetSortOrder() const
bool DomainIdEqualsHasBeenSet() const
bool SortByHasBeenSet() const
bool UserProfileNameContainsHasBeenSet() const
void SetUserProfileNameContains(UserProfileNameContainsT &&value)
bool MaxResultsHasBeenSet() const
const Aws::String & GetDomainIdEquals() const
ListUserProfilesRequest & WithSortBy(UserProfileSortKey value)
void SetMaxResults(int value)
ListUserProfilesRequest & WithNextToken(NextTokenT &&value)
ListUserProfilesRequest & WithDomainIdEquals(DomainIdEqualsT &&value)
void SetDomainIdEquals(DomainIdEqualsT &&value)
ListUserProfilesRequest & WithMaxResults(int value)
ListUserProfilesRequest & WithSortOrder(SortOrder value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String