7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/model/ResponseMetadata.h>
9#include <aws/ec2/model/RouteServerAssociation.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename RouteServerAssociationT = RouteServerAssociation>
37 m_routeServerAssociationHasBeenSet =
true;
38 m_routeServerAssociation = std::forward<RouteServerAssociationT>(value);
40 template <
typename RouteServerAssociationT = RouteServerAssociation>
50 template <
typename ResponseMetadataT = ResponseMetadata>
52 m_responseMetadataHasBeenSet =
true;
53 m_responseMetadata = std::forward<ResponseMetadataT>(value);
55 template <
typename ResponseMetadataT = ResponseMetadata>
65 bool m_routeServerAssociationHasBeenSet =
false;
66 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