7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/model/IamInstanceProfileAssociation.h>
9#include <aws/ec2/model/ResponseMetadata.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename IamInstanceProfileAssociationT = IamInstanceProfileAssociation>
42 void SetIamInstanceProfileAssociation(IamInstanceProfileAssociationT&& value) { m_iamInstanceProfileAssociationHasBeenSet =
true; m_iamInstanceProfileAssociation = std::forward<IamInstanceProfileAssociationT>(value); }
43 template<
typename IamInstanceProfileAssociationT = IamInstanceProfileAssociation>
50 template<
typename ResponseMetadataT = ResponseMetadata>
51 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
52 template<
typename ResponseMetadataT = ResponseMetadata>
58 bool m_iamInstanceProfileAssociationHasBeenSet =
false;
61 bool m_responseMetadataHasBeenSet =
false;
void SetResponseMetadata(ResponseMetadataT &&value)
AWS_EC2_API ReplaceIamInstanceProfileAssociationResponse & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
ReplaceIamInstanceProfileAssociationResponse & WithIamInstanceProfileAssociation(IamInstanceProfileAssociationT &&value)
AWS_EC2_API ReplaceIamInstanceProfileAssociationResponse(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetIamInstanceProfileAssociation(IamInstanceProfileAssociationT &&value)
const ResponseMetadata & GetResponseMetadata() const
const IamInstanceProfileAssociation & GetIamInstanceProfileAssociation() const
AWS_EC2_API ReplaceIamInstanceProfileAssociationResponse()=default
ReplaceIamInstanceProfileAssociationResponse & WithResponseMetadata(ResponseMetadataT &&value)
Aws::Utils::Xml::XmlDocument XmlDocument