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>
68 template<
typename NewPathT = Aws::String>
69 void SetNewPath(NewPathT&& value) { m_newPathHasBeenSet =
true; m_newPath = std::forward<NewPathT>(value); }
70 template<
typename NewPathT = Aws::String>
83 template<
typename NewGroupNameT = Aws::String>
84 void SetNewGroupName(NewGroupNameT&& value) { m_newGroupNameHasBeenSet =
true; m_newGroupName = std::forward<NewGroupNameT>(value); }
85 template<
typename NewGroupNameT = Aws::String>
91 bool m_groupNameHasBeenSet =
false;
94 bool m_newPathHasBeenSet =
false;
97 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