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>
47 template<
typename OutpostLagIdsT = Aws::Vector<Aws::String>>
48 void SetOutpostLagIds(OutpostLagIdsT&& value) { m_outpostLagIdsHasBeenSet =
true; m_outpostLagIds = std::forward<OutpostLagIdsT>(value); }
49 template<
typename OutpostLagIdsT = Aws::Vector<Aws::String>>
51 template<
typename OutpostLagIdsT = Aws::String>
74 template<
typename FiltersT = Aws::Vector<Filter>>
75 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
76 template<
typename FiltersT = Aws::Vector<Filter>>
78 template<
typename FiltersT = Filter>
90 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
100 template<
typename NextTokenT = Aws::String>
101 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
102 template<
typename NextTokenT = Aws::String>
115 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
121 bool m_outpostLagIdsHasBeenSet =
false;
124 bool m_filtersHasBeenSet =
false;
127 bool m_maxResultsHasBeenSet =
false;
130 bool m_nextTokenHasBeenSet =
false;
132 bool m_dryRun{
false};
133 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