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 InstanceProfileNameT = Aws::String>
47 m_instanceProfileNameHasBeenSet =
true;
48 m_instanceProfileName = std::forward<InstanceProfileNameT>(value);
50 template <
typename InstanceProfileNameT = Aws::String>
58 bool m_instanceProfileNameHasBeenSet =
false;
AWS_IAM_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_IAM_API GetInstanceProfileRequest()=default
bool InstanceProfileNameHasBeenSet() const
const Aws::String & GetInstanceProfileName() const
void SetInstanceProfileName(InstanceProfileNameT &&value)
AWS_IAM_API Aws::String SerializePayload() const override
GetInstanceProfileRequest & WithInstanceProfileName(InstanceProfileNameT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String