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>
47 m_dryRunHasBeenSet =
true;
79 template <
typename FilterT = Aws::Vector<Filter>>
81 m_filterHasBeenSet =
true;
82 m_filter = std::forward<FilterT>(value);
84 template <
typename FilterT = Aws::Vector<Filter>>
89 template <
typename FilterT = Filter>
91 m_filterHasBeenSet =
true;
92 m_filter.emplace_back(std::forward<FilterT>(value));
104 template <
typename FlowLogIdsT = Aws::Vector<Aws::String>>
106 m_flowLogIdsHasBeenSet =
true;
107 m_flowLogIds = std::forward<FlowLogIdsT>(value);
109 template <
typename FlowLogIdsT = Aws::Vector<Aws::String>>
114 template <
typename FlowLogIdsT = Aws::String>
116 m_flowLogIdsHasBeenSet =
true;
117 m_flowLogIds.emplace_back(std::forward<FlowLogIdsT>(value));
132 m_maxResultsHasBeenSet =
true;
133 m_maxResults = value;
148 template <
typename NextTokenT = Aws::String>
150 m_nextTokenHasBeenSet =
true;
151 m_nextToken = std::forward<NextTokenT>(value);
153 template <
typename NextTokenT = Aws::String>
160 bool m_dryRun{
false};
169 bool m_dryRunHasBeenSet =
false;
170 bool m_filterHasBeenSet =
false;
171 bool m_flowLogIdsHasBeenSet =
false;
172 bool m_maxResultsHasBeenSet =
false;
173 bool m_nextTokenHasBeenSet =
false;
DescribeFlowLogsRequest & AddFilter(FilterT &&value)
DescribeFlowLogsRequest & WithNextToken(NextTokenT &&value)
void SetFilter(FilterT &&value)
DescribeFlowLogsRequest & WithFlowLogIds(FlowLogIdsT &&value)
bool DryRunHasBeenSet() const
AWS_EC2_API DescribeFlowLogsRequest()=default
AWS_EC2_API Aws::String SerializePayload() const override
const Aws::String & GetNextToken() const
void SetFlowLogIds(FlowLogIdsT &&value)
DescribeFlowLogsRequest & WithDryRun(bool value)
bool FlowLogIdsHasBeenSet() const
const Aws::Vector< Aws::String > & GetFlowLogIds() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetNextToken(NextTokenT &&value)
DescribeFlowLogsRequest & AddFlowLogIds(FlowLogIdsT &&value)
bool FilterHasBeenSet() const
bool MaxResultsHasBeenSet() const
bool NextTokenHasBeenSet() const
void SetDryRun(bool value)
virtual const char * GetServiceRequestName() const override
void SetMaxResults(int value)
const Aws::Vector< Filter > & GetFilter() const
int GetMaxResults() const
DescribeFlowLogsRequest & WithFilter(FilterT &&value)
DescribeFlowLogsRequest & WithMaxResults(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector