7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ec2/EC2_EXPORTS.h>
10#include <aws/ec2/model/ResponseMetadata.h>
11#include <aws/ec2/model/RouteTable.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
42 template <
typename RouteTablesT = Aws::Vector<RouteTable>>
44 m_routeTablesHasBeenSet =
true;
45 m_routeTables = std::forward<RouteTablesT>(value);
47 template <
typename RouteTablesT = Aws::Vector<RouteTable>>
52 template <
typename RouteTablesT = RouteTable>
54 m_routeTablesHasBeenSet =
true;
55 m_routeTables.emplace_back(std::forward<RouteTablesT>(value));
66 template <
typename NextTokenT = Aws::String>
68 m_nextTokenHasBeenSet =
true;
69 m_nextToken = std::forward<NextTokenT>(value);
71 template <
typename NextTokenT = Aws::String>
81 template <
typename ResponseMetadataT = ResponseMetadata>
83 m_responseMetadataHasBeenSet =
true;
84 m_responseMetadata = std::forward<ResponseMetadataT>(value);
86 template <
typename ResponseMetadataT = ResponseMetadata>
98 bool m_routeTablesHasBeenSet =
false;
99 bool m_nextTokenHasBeenSet =
false;
100 bool m_responseMetadataHasBeenSet =
false;
DescribeRouteTablesResponse & AddRouteTables(RouteTablesT &&value)
void SetRouteTables(RouteTablesT &&value)
const ResponseMetadata & GetResponseMetadata() const
const Aws::String & GetNextToken() const
DescribeRouteTablesResponse & WithRouteTables(RouteTablesT &&value)
const Aws::Vector< RouteTable > & GetRouteTables() const
AWS_EC2_API DescribeRouteTablesResponse & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_EC2_API DescribeRouteTablesResponse(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetNextToken(NextTokenT &&value)
DescribeRouteTablesResponse & WithNextToken(NextTokenT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
DescribeRouteTablesResponse & WithResponseMetadata(ResponseMetadataT &&value)
AWS_EC2_API DescribeRouteTablesResponse()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument