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 InstanceProfileNameT = Aws::String>
50 void SetInstanceProfileName(InstanceProfileNameT&& value) { m_instanceProfileNameHasBeenSet =
true; m_instanceProfileName = std::forward<InstanceProfileNameT>(value); }
51 template<
typename InstanceProfileNameT = Aws::String>
64 template<
typename RoleNameT = Aws::String>
65 void SetRoleName(RoleNameT&& value) { m_roleNameHasBeenSet =
true; m_roleName = std::forward<RoleNameT>(value); }
66 template<
typename RoleNameT = Aws::String>
72 bool m_instanceProfileNameHasBeenSet =
false;
75 bool m_roleNameHasBeenSet =
false;
AWS_IAM_API RemoveRoleFromInstanceProfileRequest()=default
virtual const char * GetServiceRequestName() const override
AWS_IAM_API Aws::String SerializePayload() const override
bool RoleNameHasBeenSet() const
bool InstanceProfileNameHasBeenSet() const
AWS_IAM_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const Aws::String & GetInstanceProfileName() const
RemoveRoleFromInstanceProfileRequest & WithRoleName(RoleNameT &&value)
void SetInstanceProfileName(InstanceProfileNameT &&value)
const Aws::String & GetRoleName() const
RemoveRoleFromInstanceProfileRequest & WithInstanceProfileName(InstanceProfileNameT &&value)
void SetRoleName(RoleNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String