7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/model/RouteServerAssociation.h>
9#include <aws/ec2/model/ResponseMetadata.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename RouteServerAssociationT = RouteServerAssociation>
42 void SetRouteServerAssociation(RouteServerAssociationT&& value) { m_routeServerAssociationHasBeenSet =
true; m_routeServerAssociation = std::forward<RouteServerAssociationT>(value); }
43 template<
typename RouteServerAssociationT = RouteServerAssociation>
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_routeServerAssociationHasBeenSet =
false;
61 bool m_responseMetadataHasBeenSet =
false;
DisassociateRouteServerResponse & WithResponseMetadata(ResponseMetadataT &&value)
DisassociateRouteServerResponse & WithRouteServerAssociation(RouteServerAssociationT &&value)
void SetRouteServerAssociation(RouteServerAssociationT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
const ResponseMetadata & GetResponseMetadata() const
AWS_EC2_API DisassociateRouteServerResponse & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_EC2_API DisassociateRouteServerResponse(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const RouteServerAssociation & GetRouteServerAssociation() const
AWS_EC2_API DisassociateRouteServerResponse()=default
Aws::Utils::Xml::XmlDocument XmlDocument