7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/ec2/model/Filter.h>
32 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeTransitGatewayRouteTables"; }
47 template<
typename TransitGatewayRouteTableIdsT = Aws::Vector<Aws::String>>
48 void SetTransitGatewayRouteTableIds(TransitGatewayRouteTableIdsT&& value) { m_transitGatewayRouteTableIdsHasBeenSet =
true; m_transitGatewayRouteTableIds = std::forward<TransitGatewayRouteTableIdsT>(value); }
49 template<
typename TransitGatewayRouteTableIdsT = Aws::Vector<Aws::String>>
51 template<
typename TransitGatewayRouteTableIdsT = Aws::String>
72 template<
typename FiltersT = Aws::Vector<Filter>>
73 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
74 template<
typename FiltersT = Aws::Vector<Filter>>
76 template<
typename FiltersT = Filter>
88 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
98 template<
typename NextTokenT = Aws::String>
99 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
100 template<
typename NextTokenT = Aws::String>
113 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
119 bool m_transitGatewayRouteTableIdsHasBeenSet =
false;
122 bool m_filtersHasBeenSet =
false;
125 bool m_maxResultsHasBeenSet =
false;
128 bool m_nextTokenHasBeenSet =
false;
130 bool m_dryRun{
false};
131 bool m_dryRunHasBeenSet =
false;
DescribeTransitGatewayRouteTablesRequest & WithTransitGatewayRouteTableIds(TransitGatewayRouteTableIdsT &&value)
DescribeTransitGatewayRouteTablesRequest & WithMaxResults(int value)
bool TransitGatewayRouteTableIdsHasBeenSet() const
AWS_EC2_API Aws::String SerializePayload() const override
int GetMaxResults() const
const Aws::String & GetNextToken() const
void SetFilters(FiltersT &&value)
bool NextTokenHasBeenSet() const
AWS_EC2_API DescribeTransitGatewayRouteTablesRequest()=default
bool FiltersHasBeenSet() const
bool MaxResultsHasBeenSet() const
void SetDryRun(bool value)
DescribeTransitGatewayRouteTablesRequest & WithNextToken(NextTokenT &&value)
const Aws::Vector< Filter > & GetFilters() const
const Aws::Vector< Aws::String > & GetTransitGatewayRouteTableIds() const
void SetTransitGatewayRouteTableIds(TransitGatewayRouteTableIdsT &&value)
virtual const char * GetServiceRequestName() const override
DescribeTransitGatewayRouteTablesRequest & WithDryRun(bool value)
DescribeTransitGatewayRouteTablesRequest & WithFilters(FiltersT &&value)
bool DryRunHasBeenSet() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DescribeTransitGatewayRouteTablesRequest & AddFilters(FiltersT &&value)
void SetNextToken(NextTokenT &&value)
DescribeTransitGatewayRouteTablesRequest & AddTransitGatewayRouteTableIds(TransitGatewayRouteTableIdsT &&value)
void SetMaxResults(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector