7#include <aws/verifiedpermissions/VerifiedPermissions_EXPORTS.h>
8#include <aws/verifiedpermissions/VerifiedPermissionsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/verifiedpermissions/model/PolicyFilter.h>
15namespace VerifiedPermissions
44 template<
typename PolicyStoreIdT = Aws::String>
45 void SetPolicyStoreId(PolicyStoreIdT&& value) { m_policyStoreIdHasBeenSet =
true; m_policyStoreId = std::forward<PolicyStoreIdT>(value); }
46 template<
typename PolicyStoreIdT = Aws::String>
60 template<
typename NextTokenT = Aws::String>
61 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
62 template<
typename NextTokenT = Aws::String>
81 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
93 template<
typename FilterT = PolicyFilter>
94 void SetFilter(FilterT&& value) { m_filterHasBeenSet =
true; m_filter = std::forward<FilterT>(value); }
95 template<
typename FilterT = PolicyFilter>
101 bool m_policyStoreIdHasBeenSet =
false;
104 bool m_nextTokenHasBeenSet =
false;
107 bool m_maxResultsHasBeenSet =
false;
109 PolicyFilter m_filter;
110 bool m_filterHasBeenSet =
false;
ListPoliciesRequest & WithPolicyStoreId(PolicyStoreIdT &&value)
void SetMaxResults(int value)
ListPoliciesRequest & WithFilter(FilterT &&value)
void SetNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
void SetPolicyStoreId(PolicyStoreIdT &&value)
ListPoliciesRequest & WithNextToken(NextTokenT &&value)
int GetMaxResults() const
ListPoliciesRequest & WithMaxResults(int value)
bool FilterHasBeenSet() const
bool NextTokenHasBeenSet() const
AWS_VERIFIEDPERMISSIONS_API Aws::String SerializePayload() const override
const PolicyFilter & GetFilter() const
AWS_VERIFIEDPERMISSIONS_API ListPoliciesRequest()=default
void SetFilter(FilterT &&value)
bool PolicyStoreIdHasBeenSet() const
AWS_VERIFIEDPERMISSIONS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetPolicyStoreId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String