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 RoleNameT = Aws::String>
47 m_roleNameHasBeenSet =
true;
48 m_roleName = std::forward<RoleNameT>(value);
50 template <
typename RoleNameT = Aws::String>
58 bool m_roleNameHasBeenSet =
false;
AWS_IAM_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetRoleName(RoleNameT &&value)
const Aws::String & GetRoleName() const
AWS_IAM_API GetRoleRequest()=default
GetRoleRequest & WithRoleName(RoleNameT &&value)
virtual const char * GetServiceRequestName() const override
bool RoleNameHasBeenSet() const
AWS_IAM_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String