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/ProtectedJobStatus.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;
void SetMaxResults(int value)
bool StatusHasBeenSet() const
bool MembershipIdentifierHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_CLEANROOMS_API ListProtectedJobsRequest()=default
const Aws::String & GetMembershipIdentifier() const
void SetStatus(ProtectedJobStatus value)
void SetMembershipIdentifier(MembershipIdentifierT &&value)
ListProtectedJobsRequest & WithStatus(ProtectedJobStatus value)
ProtectedJobStatus GetStatus() const
ListProtectedJobsRequest & WithMembershipIdentifier(MembershipIdentifierT &&value)
AWS_CLEANROOMS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_CLEANROOMS_API Aws::String SerializePayload() const override
ListProtectedJobsRequest & WithMaxResults(int value)
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
ListProtectedJobsRequest & WithNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
bool NextTokenHasBeenSet() const
int GetMaxResults() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String