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>
50 inline void SetMembershipIdentifier(
const char* value) { m_membershipIdentifierHasBeenSet =
true; m_membershipIdentifier.assign(value); }
76 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
90 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
96 bool m_membershipIdentifierHasBeenSet =
false;
99 bool m_statusHasBeenSet =
false;
102 bool m_nextTokenHasBeenSet =
false;
105 bool m_maxResultsHasBeenSet =
false;
void SetStatus(ProtectedQueryStatus &&value)
void SetNextToken(Aws::String &&value)
bool MembershipIdentifierHasBeenSet() const
ListProtectedQueriesRequest & WithMembershipIdentifier(const Aws::String &value)
ListProtectedQueriesRequest & WithMembershipIdentifier(const char *value)
ListProtectedQueriesRequest & WithNextToken(Aws::String &&value)
AWS_CLEANROOMS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetStatus(const ProtectedQueryStatus &value)
void SetMembershipIdentifier(Aws::String &&value)
ListProtectedQueriesRequest & WithMembershipIdentifier(Aws::String &&value)
AWS_CLEANROOMS_API ListProtectedQueriesRequest()
void SetMaxResults(int value)
void SetMembershipIdentifier(const char *value)
ListProtectedQueriesRequest & WithStatus(ProtectedQueryStatus &&value)
ListProtectedQueriesRequest & WithNextToken(const char *value)
ListProtectedQueriesRequest & WithStatus(const ProtectedQueryStatus &value)
bool StatusHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const ProtectedQueryStatus & GetStatus() const
void SetNextToken(const Aws::String &value)
const Aws::String & GetMembershipIdentifier() const
const Aws::String & GetNextToken() const
void SetMembershipIdentifier(const Aws::String &value)
void SetNextToken(const char *value)
ListProtectedQueriesRequest & WithNextToken(const Aws::String &value)
bool NextTokenHasBeenSet() const
int GetMaxResults() const
bool MaxResultsHasBeenSet() const
ListProtectedQueriesRequest & WithMaxResults(int value)
AWS_CLEANROOMS_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String