7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ec2/model/ResponseMetadata.h>
11#include <aws/ec2/model/LocalGatewayRouteTable.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename LocalGatewayRouteTablesT = Aws::Vector<LocalGatewayRouteTable>>
44 void SetLocalGatewayRouteTables(LocalGatewayRouteTablesT&& value) { m_localGatewayRouteTablesHasBeenSet =
true; m_localGatewayRouteTables = std::forward<LocalGatewayRouteTablesT>(value); }
45 template<
typename LocalGatewayRouteTablesT = Aws::Vector<LocalGatewayRouteTable>>
47 template<
typename LocalGatewayRouteTablesT = LocalGatewayRouteTable>
57 template<
typename NextTokenT = Aws::String>
58 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
59 template<
typename NextTokenT = Aws::String>
66 template<
typename ResponseMetadataT = ResponseMetadata>
67 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
68 template<
typename ResponseMetadataT = ResponseMetadata>
74 bool m_localGatewayRouteTablesHasBeenSet =
false;
77 bool m_nextTokenHasBeenSet =
false;
80 bool m_responseMetadataHasBeenSet =
false;
DescribeLocalGatewayRouteTablesResponse & WithNextToken(NextTokenT &&value)
const Aws::Vector< LocalGatewayRouteTable > & GetLocalGatewayRouteTables() const
void SetResponseMetadata(ResponseMetadataT &&value)
DescribeLocalGatewayRouteTablesResponse & WithResponseMetadata(ResponseMetadataT &&value)
const ResponseMetadata & GetResponseMetadata() const
AWS_EC2_API DescribeLocalGatewayRouteTablesResponse(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_EC2_API DescribeLocalGatewayRouteTablesResponse()=default
const Aws::String & GetNextToken() const
void SetLocalGatewayRouteTables(LocalGatewayRouteTablesT &&value)
void SetNextToken(NextTokenT &&value)
DescribeLocalGatewayRouteTablesResponse & AddLocalGatewayRouteTables(LocalGatewayRouteTablesT &&value)
AWS_EC2_API DescribeLocalGatewayRouteTablesResponse & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribeLocalGatewayRouteTablesResponse & WithLocalGatewayRouteTables(LocalGatewayRouteTablesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument