7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/model/LocalGatewayRouteTable.h>
9#include <aws/ec2/model/ResponseMetadata.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename LocalGatewayRouteTableT = LocalGatewayRouteTable>
42 void SetLocalGatewayRouteTable(LocalGatewayRouteTableT&& value) { m_localGatewayRouteTableHasBeenSet =
true; m_localGatewayRouteTable = std::forward<LocalGatewayRouteTableT>(value); }
43 template<
typename LocalGatewayRouteTableT = LocalGatewayRouteTable>
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_localGatewayRouteTableHasBeenSet =
false;
61 bool m_responseMetadataHasBeenSet =
false;
void SetLocalGatewayRouteTable(LocalGatewayRouteTableT &&value)
CreateLocalGatewayRouteTableResponse & WithResponseMetadata(ResponseMetadataT &&value)
const LocalGatewayRouteTable & GetLocalGatewayRouteTable() const
void SetResponseMetadata(ResponseMetadataT &&value)
const ResponseMetadata & GetResponseMetadata() const
AWS_EC2_API CreateLocalGatewayRouteTableResponse & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
CreateLocalGatewayRouteTableResponse & WithLocalGatewayRouteTable(LocalGatewayRouteTableT &&value)
AWS_EC2_API CreateLocalGatewayRouteTableResponse()=default
AWS_EC2_API CreateLocalGatewayRouteTableResponse(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
Aws::Utils::Xml::XmlDocument XmlDocument