7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/model/TransitGatewayAssociation.h>
9#include <aws/ec2/model/ResponseMetadata.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename AssociationT = TransitGatewayAssociation>
42 void SetAssociation(AssociationT&& value) { m_associationHasBeenSet =
true; m_association = std::forward<AssociationT>(value); }
43 template<
typename AssociationT = TransitGatewayAssociation>
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_associationHasBeenSet =
false;
61 bool m_responseMetadataHasBeenSet =
false;
DisassociateTransitGatewayRouteTableResponse & WithAssociation(AssociationT &&value)
AWS_EC2_API DisassociateTransitGatewayRouteTableResponse()=default
void SetResponseMetadata(ResponseMetadataT &&value)
const ResponseMetadata & GetResponseMetadata() const
AWS_EC2_API DisassociateTransitGatewayRouteTableResponse & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_EC2_API DisassociateTransitGatewayRouteTableResponse(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const TransitGatewayAssociation & GetAssociation() const
void SetAssociation(AssociationT &&value)
DisassociateTransitGatewayRouteTableResponse & WithResponseMetadata(ResponseMetadataT &&value)
Aws::Utils::Xml::XmlDocument XmlDocument