7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/CleanRoomsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/cleanrooms/model/ProtectedQueryStatus.h>
48 template<
typename MembershipIdentifierT = Aws::String>
49 void SetMembershipIdentifier(MembershipIdentifierT&& value) { m_membershipIdentifierHasBeenSet =
true; m_membershipIdentifier = std::forward<MembershipIdentifierT>(value); }
50 template<
typename MembershipIdentifierT = Aws::String>
70 template<
typename NextTokenT = Aws::String>
71 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
72 template<
typename NextTokenT = Aws::String>
84 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
90 bool m_membershipIdentifierHasBeenSet =
false;
93 bool m_statusHasBeenSet =
false;
96 bool m_nextTokenHasBeenSet =
false;
99 bool m_maxResultsHasBeenSet =
false;
bool MembershipIdentifierHasBeenSet() const
void SetMembershipIdentifier(MembershipIdentifierT &&value)
AWS_CLEANROOMS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListProtectedQueriesRequest & WithStatus(ProtectedQueryStatus value)
ProtectedQueryStatus GetStatus() const
ListProtectedQueriesRequest & WithNextToken(NextTokenT &&value)
ListProtectedQueriesRequest & WithMembershipIdentifier(MembershipIdentifierT &&value)
void SetMaxResults(int value)
AWS_CLEANROOMS_API ListProtectedQueriesRequest()=default
void SetNextToken(NextTokenT &&value)
bool StatusHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetMembershipIdentifier() const
const Aws::String & GetNextToken() const
bool NextTokenHasBeenSet() const
int GetMaxResults() const
bool MaxResultsHasBeenSet() const
ListProtectedQueriesRequest & WithMaxResults(int value)
void SetStatus(ProtectedQueryStatus value)
AWS_CLEANROOMS_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String