7#include <aws/iam/IAM_EXPORTS.h>
8#include <aws/iam/IAMRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
54 template<
typename PathT = Aws::String>
55 void SetPath(PathT&& value) { m_pathHasBeenSet =
true; m_path = std::forward<PathT>(value); }
56 template<
typename PathT = Aws::String>
69 template<
typename GroupNameT = Aws::String>
70 void SetGroupName(GroupNameT&& value) { m_groupNameHasBeenSet =
true; m_groupName = std::forward<GroupNameT>(value); }
71 template<
typename GroupNameT = Aws::String>
77 bool m_pathHasBeenSet =
false;
80 bool m_groupNameHasBeenSet =
false;
AWS_IAM_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const Aws::String & GetPath() const
AWS_IAM_API Aws::String SerializePayload() const override
CreateGroupRequest & WithGroupName(GroupNameT &&value)
const Aws::String & GetGroupName() const
bool GroupNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetPath(PathT &&value)
CreateGroupRequest & WithPath(PathT &&value)
bool PathHasBeenSet() const
void SetGroupName(GroupNameT &&value)
AWS_IAM_API CreateGroupRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String