7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iam/IAMRequest.h>
9#include <aws/iam/IAM_EXPORTS.h>
45 template <
typename GroupNameT = Aws::String>
47 m_groupNameHasBeenSet =
true;
48 m_groupName = std::forward<GroupNameT>(value);
50 template <
typename GroupNameT = Aws::String>
70 template <
typename NewPathT = Aws::String>
72 m_newPathHasBeenSet =
true;
73 m_newPath = std::forward<NewPathT>(value);
75 template <
typename NewPathT = Aws::String>
91 template <
typename NewGroupNameT = Aws::String>
93 m_newGroupNameHasBeenSet =
true;
94 m_newGroupName = std::forward<NewGroupNameT>(value);
96 template <
typename NewGroupNameT = Aws::String>
108 bool m_groupNameHasBeenSet =
false;
109 bool m_newPathHasBeenSet =
false;
110 bool m_newGroupNameHasBeenSet =
false;
AWS_IAM_API UpdateGroupRequest()=default
void SetGroupName(GroupNameT &&value)
const Aws::String & GetGroupName() const
const Aws::String & GetNewPath() const
const Aws::String & GetNewGroupName() const
AWS_IAM_API Aws::String SerializePayload() const override
void SetNewPath(NewPathT &&value)
UpdateGroupRequest & WithNewGroupName(NewGroupNameT &&value)
UpdateGroupRequest & WithNewPath(NewPathT &&value)
UpdateGroupRequest & WithGroupName(GroupNameT &&value)
bool GroupNameHasBeenSet() const
void SetNewGroupName(NewGroupNameT &&value)
virtual const char * GetServiceRequestName() const override
bool NewGroupNameHasBeenSet() const
bool NewPathHasBeenSet() const
AWS_IAM_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String