7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iam/IAMRequest.h>
9#include <aws/iam/IAM_EXPORTS.h>
50 template <
typename PathT = Aws::String>
52 m_pathHasBeenSet =
true;
53 m_path = std::forward<PathT>(value);
55 template <
typename PathT = Aws::String>
57 SetPath(std::forward<PathT>(value));
71 template <
typename GroupNameT = Aws::String>
73 m_groupNameHasBeenSet =
true;
74 m_groupName = std::forward<GroupNameT>(value);
76 template <
typename GroupNameT = Aws::String>
86 bool m_pathHasBeenSet =
false;
87 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