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