7#include <aws/iam/IAM_EXPORTS.h>
8#include <aws/iam/IAMRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename GroupNameT = Aws::String>
50 void SetGroupName(GroupNameT&& value) { m_groupNameHasBeenSet =
true; m_groupName = std::forward<GroupNameT>(value); }
51 template<
typename GroupNameT = Aws::String>
64 template<
typename MarkerT = Aws::String>
65 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
66 template<
typename MarkerT = Aws::String>
83 inline void SetMaxItems(
int value) { m_maxItemsHasBeenSet =
true; m_maxItems = value; }
89 bool m_groupNameHasBeenSet =
false;
92 bool m_markerHasBeenSet =
false;
95 bool m_maxItemsHasBeenSet =
false;
void SetGroupName(GroupNameT &&value)
bool GroupNameHasBeenSet() const
void SetMaxItems(int value)
bool MarkerHasBeenSet() const
ListGroupPoliciesRequest & WithMaxItems(int value)
const Aws::String & GetMarker() const
ListGroupPoliciesRequest & WithMarker(MarkerT &&value)
bool MaxItemsHasBeenSet() const
AWS_IAM_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
AWS_IAM_API ListGroupPoliciesRequest()=default
ListGroupPoliciesRequest & WithGroupName(GroupNameT &&value)
void SetMarker(MarkerT &&value)
const Aws::String & GetGroupName() const
AWS_IAM_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String