7#include <aws/cleanroomsml/CleanRoomsML_EXPORTS.h>
8#include <aws/cleanroomsml/CleanRoomsMLRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename NextTokenT = Aws::String>
49 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
50 template<
typename NextTokenT = Aws::String>
60 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
71 template<
typename MembershipIdentifierT = Aws::String>
72 void SetMembershipIdentifier(MembershipIdentifierT&& value) { m_membershipIdentifierHasBeenSet =
true; m_membershipIdentifier = std::forward<MembershipIdentifierT>(value); }
73 template<
typename MembershipIdentifierT = Aws::String>
79 bool m_nextTokenHasBeenSet =
false;
82 bool m_maxResultsHasBeenSet =
false;
85 bool m_membershipIdentifierHasBeenSet =
false;
const Aws::String & GetNextToken() const
AWS_CLEANROOMSML_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListTrainedModelsRequest & WithMaxResults(int value)
bool MembershipIdentifierHasBeenSet() const
AWS_CLEANROOMSML_API ListTrainedModelsRequest()=default
int GetMaxResults() const
const Aws::String & GetMembershipIdentifier() const
bool NextTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetMembershipIdentifier(MembershipIdentifierT &&value)
void SetMaxResults(int value)
AWS_CLEANROOMSML_API Aws::String SerializePayload() const override
void SetNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
ListTrainedModelsRequest & WithMembershipIdentifier(MembershipIdentifierT &&value)
ListTrainedModelsRequest & WithNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String