7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ec2/EC2Request.h>
10#include <aws/ec2/EC2_EXPORTS.h>
11#include <aws/ec2/model/Filter.h>
43 template <
typename OutpostLagIdsT = Aws::Vector<Aws::String>>
45 m_outpostLagIdsHasBeenSet =
true;
46 m_outpostLagIds = std::forward<OutpostLagIdsT>(value);
48 template <
typename OutpostLagIdsT = Aws::Vector<Aws::String>>
53 template <
typename OutpostLagIdsT = Aws::String>
55 m_outpostLagIdsHasBeenSet =
true;
56 m_outpostLagIds.emplace_back(std::forward<OutpostLagIdsT>(value));
80 template <
typename FiltersT = Aws::Vector<Filter>>
82 m_filtersHasBeenSet =
true;
83 m_filters = std::forward<FiltersT>(value);
85 template <
typename FiltersT = Aws::Vector<Filter>>
90 template <
typename FiltersT = Filter>
92 m_filtersHasBeenSet =
true;
93 m_filters.emplace_back(std::forward<FiltersT>(value));
107 m_maxResultsHasBeenSet =
true;
108 m_maxResults = value;
122 template <
typename NextTokenT = Aws::String>
124 m_nextTokenHasBeenSet =
true;
125 m_nextToken = std::forward<NextTokenT>(value);
127 template <
typename NextTokenT = Aws::String>
144 m_dryRunHasBeenSet =
true;
161 bool m_dryRun{
false};
162 bool m_outpostLagIdsHasBeenSet =
false;
163 bool m_filtersHasBeenSet =
false;
164 bool m_maxResultsHasBeenSet =
false;
165 bool m_nextTokenHasBeenSet =
false;
166 bool m_dryRunHasBeenSet =
false;
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
DescribeOutpostLagsRequest & AddFilters(FiltersT &&value)
AWS_EC2_API Aws::String SerializePayload() const override
DescribeOutpostLagsRequest & AddOutpostLagIds(OutpostLagIdsT &&value)
int GetMaxResults() const
void SetFilters(FiltersT &&value)
bool OutpostLagIdsHasBeenSet() const
bool DryRunHasBeenSet() const
void SetDryRun(bool value)
bool MaxResultsHasBeenSet() const
void SetMaxResults(int value)
AWS_EC2_API DescribeOutpostLagsRequest()=default
const Aws::Vector< Filter > & GetFilters() const
const Aws::String & GetNextToken() const
DescribeOutpostLagsRequest & WithFilters(FiltersT &&value)
DescribeOutpostLagsRequest & WithMaxResults(int value)
bool FiltersHasBeenSet() const
void SetOutpostLagIds(OutpostLagIdsT &&value)
bool NextTokenHasBeenSet() const
const Aws::Vector< Aws::String > & GetOutpostLagIds() const
DescribeOutpostLagsRequest & WithOutpostLagIds(OutpostLagIdsT &&value)
DescribeOutpostLagsRequest & WithDryRun(bool value)
DescribeOutpostLagsRequest & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector