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/PrivacyBudgetType.h>
50 template<
typename MembershipIdentifierT = Aws::String>
51 void SetMembershipIdentifier(MembershipIdentifierT&& value) { m_membershipIdentifierHasBeenSet =
true; m_membershipIdentifier = std::forward<MembershipIdentifierT>(value); }
52 template<
typename MembershipIdentifierT = Aws::String>
72 template<
typename NextTokenT = Aws::String>
73 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
74 template<
typename NextTokenT = Aws::String>
86 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
92 bool m_membershipIdentifierHasBeenSet =
false;
95 bool m_privacyBudgetTypeHasBeenSet =
false;
98 bool m_nextTokenHasBeenSet =
false;
101 bool m_maxResultsHasBeenSet =
false;
void SetPrivacyBudgetType(PrivacyBudgetType value)
AWS_CLEANROOMS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNextToken() const
bool MembershipIdentifierHasBeenSet() const
bool PrivacyBudgetTypeHasBeenSet() const
PrivacyBudgetType GetPrivacyBudgetType() const
bool MaxResultsHasBeenSet() const
const Aws::String & GetMembershipIdentifier() const
ListPrivacyBudgetsRequest & WithPrivacyBudgetType(PrivacyBudgetType value)
void SetMembershipIdentifier(MembershipIdentifierT &&value)
bool NextTokenHasBeenSet() const
void SetMaxResults(int value)
ListPrivacyBudgetsRequest & WithMembershipIdentifier(MembershipIdentifierT &&value)
AWS_CLEANROOMS_API ListPrivacyBudgetsRequest()=default
AWS_CLEANROOMS_API Aws::String SerializePayload() const override
ListPrivacyBudgetsRequest & WithMaxResults(int value)
void SetNextToken(NextTokenT &&value)
int GetMaxResults() const
ListPrivacyBudgetsRequest & WithNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String