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>
66 template <
typename PolicyNameT = Aws::String>
68 m_policyNameHasBeenSet =
true;
69 m_policyName = std::forward<PolicyNameT>(value);
71 template <
typename PolicyNameT = Aws::String>
81 bool m_roleNameHasBeenSet =
false;
82 bool m_policyNameHasBeenSet =
false;
GetRolePolicyRequest & WithRoleName(RoleNameT &&value)
const Aws::String & GetPolicyName() const
AWS_IAM_API Aws::String SerializePayload() const override
void SetRoleName(RoleNameT &&value)
virtual const char * GetServiceRequestName() const override
GetRolePolicyRequest & WithPolicyName(PolicyNameT &&value)
AWS_IAM_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool RoleNameHasBeenSet() const
const Aws::String & GetRoleName() const
bool PolicyNameHasBeenSet() const
AWS_IAM_API GetRolePolicyRequest()=default
void SetPolicyName(PolicyNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String