7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iam/IAMRequest.h>
9#include <aws/iam/IAM_EXPORTS.h>
10#include <aws/iam/model/PolicyScopeType.h>
11#include <aws/iam/model/PolicyUsageType.h>
49 m_scopeHasBeenSet =
true;
69 m_onlyAttachedHasBeenSet =
true;
70 m_onlyAttached = value;
91 template <
typename PathPrefixT = Aws::String>
93 m_pathPrefixHasBeenSet =
true;
94 m_pathPrefix = std::forward<PathPrefixT>(value);
96 template <
typename PathPrefixT = Aws::String>
115 m_policyUsageFilterHasBeenSet =
true;
116 m_policyUsageFilter = value;
133 template <
typename MarkerT = Aws::String>
135 m_markerHasBeenSet =
true;
136 m_marker = std::forward<MarkerT>(value);
138 template <
typename MarkerT = Aws::String>
159 m_maxItemsHasBeenSet =
true;
170 bool m_onlyAttached{
false};
179 bool m_scopeHasBeenSet =
false;
180 bool m_onlyAttachedHasBeenSet =
false;
181 bool m_pathPrefixHasBeenSet =
false;
182 bool m_policyUsageFilterHasBeenSet =
false;
183 bool m_markerHasBeenSet =
false;
184 bool m_maxItemsHasBeenSet =
false;
void SetPolicyUsageFilter(PolicyUsageType value)
bool PathPrefixHasBeenSet() const
void SetScope(PolicyScopeType value)
void SetOnlyAttached(bool value)
ListPoliciesRequest & WithOnlyAttached(bool value)
bool MaxItemsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
ListPoliciesRequest & WithScope(PolicyScopeType value)
PolicyUsageType GetPolicyUsageFilter() const
void SetMarker(MarkerT &&value)
AWS_IAM_API ListPoliciesRequest()=default
AWS_IAM_API Aws::String SerializePayload() const override
const Aws::String & GetPathPrefix() const
bool ScopeHasBeenSet() const
ListPoliciesRequest & WithMaxItems(int value)
PolicyScopeType GetScope() const
bool PolicyUsageFilterHasBeenSet() const
ListPoliciesRequest & WithPolicyUsageFilter(PolicyUsageType value)
bool GetOnlyAttached() const
AWS_IAM_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
ListPoliciesRequest & WithMarker(MarkerT &&value)
void SetPathPrefix(PathPrefixT &&value)
bool MarkerHasBeenSet() const
bool OnlyAttachedHasBeenSet() const
void SetMaxItems(int value)
ListPoliciesRequest & WithPathPrefix(PathPrefixT &&value)
const Aws::String & GetMarker() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String