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>
57 bool m_instanceProfileNameHasBeenSet =
false;
AWS_IAM_API Aws::String SerializePayload() const override
AWS_IAM_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
AWS_IAM_API DeleteInstanceProfileRequest()=default
const Aws::String & GetInstanceProfileName() const
void SetInstanceProfileName(InstanceProfileNameT &&value)
bool InstanceProfileNameHasBeenSet() const
DeleteInstanceProfileRequest & WithInstanceProfileName(InstanceProfileNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String