7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/iam/IAMRequest.h>
10#include <aws/iam/IAM_EXPORTS.h>
11#include <aws/iam/model/Tag.h>
47 template <
typename InstanceProfileNameT = Aws::String>
49 m_instanceProfileNameHasBeenSet =
true;
50 m_instanceProfileName = std::forward<InstanceProfileNameT>(value);
52 template <
typename InstanceProfileNameT = Aws::String>
74 template <
typename PathT = Aws::String>
76 m_pathHasBeenSet =
true;
77 m_path = std::forward<PathT>(value);
79 template <
typename PathT = Aws::String>
81 SetPath(std::forward<PathT>(value));
98 template <
typename TagsT = Aws::Vector<Tag>>
100 m_tagsHasBeenSet =
true;
101 m_tags = std::forward<TagsT>(value);
103 template <
typename TagsT = Aws::Vector<Tag>>
105 SetTags(std::forward<TagsT>(value));
108 template <
typename TagsT = Tag>
110 m_tagsHasBeenSet =
true;
111 m_tags.emplace_back(std::forward<TagsT>(value));
121 bool m_instanceProfileNameHasBeenSet =
false;
122 bool m_pathHasBeenSet =
false;
123 bool m_tagsHasBeenSet =
false;
bool InstanceProfileNameHasBeenSet() const
void SetTags(TagsT &&value)
const Aws::String & GetInstanceProfileName() const
bool TagsHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
AWS_IAM_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
CreateInstanceProfileRequest & WithPath(PathT &&value)
AWS_IAM_API CreateInstanceProfileRequest()=default
CreateInstanceProfileRequest & WithInstanceProfileName(InstanceProfileNameT &&value)
CreateInstanceProfileRequest & AddTags(TagsT &&value)
void SetInstanceProfileName(InstanceProfileNameT &&value)
virtual const char * GetServiceRequestName() const override
bool PathHasBeenSet() const
AWS_IAM_API Aws::String SerializePayload() const override
void SetPath(PathT &&value)
CreateInstanceProfileRequest & WithTags(TagsT &&value)
const Aws::String & GetPath() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector