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>
50 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
77 template<
typename FilterT = Aws::Vector<Filter>>
78 void SetFilter(FilterT&& value) { m_filterHasBeenSet =
true; m_filter = std::forward<FilterT>(value); }
79 template<
typename FilterT = Aws::Vector<Filter>>
81 template<
typename FilterT = Filter>
92 template<
typename FlowLogIdsT = Aws::Vector<Aws::String>>
93 void SetFlowLogIds(FlowLogIdsT&& value) { m_flowLogIdsHasBeenSet =
true; m_flowLogIds = std::forward<FlowLogIdsT>(value); }
94 template<
typename FlowLogIdsT = Aws::Vector<Aws::String>>
96 template<
typename FlowLogIdsT = Aws::String>
109 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
120 template<
typename NextTokenT = Aws::String>
121 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
122 template<
typename NextTokenT = Aws::String>
127 bool m_dryRun{
false};
128 bool m_dryRunHasBeenSet =
false;
131 bool m_filterHasBeenSet =
false;
134 bool m_flowLogIdsHasBeenSet =
false;
137 bool m_maxResultsHasBeenSet =
false;
140 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