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