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;
const InstanceProfile & GetInstanceProfile() const
void SetInstanceProfile(InstanceProfileT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
AWS_IAM_API GetInstanceProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_IAM_API GetInstanceProfileResult()=default
const ResponseMetadata & GetResponseMetadata() const
AWS_IAM_API GetInstanceProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
GetInstanceProfileResult & WithResponseMetadata(ResponseMetadataT &&value)
GetInstanceProfileResult & WithInstanceProfile(InstanceProfileT &&value)
Aws::Utils::Xml::XmlDocument XmlDocument