7#include <aws/iam/IAM_EXPORTS.h>
8#include <aws/iam/model/InstanceProfile.h>
9#include <aws/iam/model/ResponseMetadata.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template <
typename InstanceProfileT = InstanceProfile>
44 m_instanceProfileHasBeenSet =
true;
45 m_instanceProfile = std::forward<InstanceProfileT>(value);
47 template <
typename InstanceProfileT = InstanceProfile>
57 template <
typename ResponseMetadataT = ResponseMetadata>
59 m_responseMetadataHasBeenSet =
true;
60 m_responseMetadata = std::forward<ResponseMetadataT>(value);
62 template <
typename ResponseMetadataT = ResponseMetadata>
72 bool m_instanceProfileHasBeenSet =
false;
73 bool m_responseMetadataHasBeenSet =
false;
CreateInstanceProfileResult & WithInstanceProfile(InstanceProfileT &&value)
CreateInstanceProfileResult & WithResponseMetadata(ResponseMetadataT &&value)
void SetInstanceProfile(InstanceProfileT &&value)
AWS_IAM_API CreateInstanceProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const ResponseMetadata & GetResponseMetadata() const
const InstanceProfile & GetInstanceProfile() const
void SetResponseMetadata(ResponseMetadataT &&value)
AWS_IAM_API CreateInstanceProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_IAM_API CreateInstanceProfileResult()=default
Aws::Utils::Xml::XmlDocument XmlDocument