180 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
215 inline void SetMaxResults(
long value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
229 bool m_flowLogIdsHasBeenSet;
231 bool m_filterHasBeenSet;
233 bool m_nextTokenHasBeenSet;
235 bool m_maxResultsHasBeenSet;
const Aws::String & GetNextToken() const
DescribeFlowLogsRequest & AddFlowLogIds(const Aws::String &value)
DescribeFlowLogsRequest & AddFlowLogIds(Aws::String &&value)
DescribeFlowLogsRequest & WithFilter(Aws::Vector< Filter > &&value)
DescribeFlowLogsRequest & AddFlowLogIds(const char *value)
void SetMaxResults(long value)
DescribeFlowLogsRequest & WithFlowLogIds(const Aws::Vector< Aws::String > &value)
std::vector< T, Aws::Allocator< T > > Vector
DescribeFlowLogsRequest & WithFlowLogIds(Aws::Vector< Aws::String > &&value)
void SetFilter(const Aws::Vector< Filter > &value)
void SetNextToken(Aws::String &&value)
DescribeFlowLogsRequest & AddFilter(const Filter &value)
DescribeFlowLogsRequest & WithMaxResults(long value)
void SetNextToken(const Aws::String &value)
DescribeFlowLogsRequest & AddFilter(Filter &&value)
void SetFilter(Aws::Vector< Filter > &&value)
const Aws::Vector< Aws::String > & GetFlowLogIds() const
void SetFlowLogIds(Aws::Vector< Aws::String > &&value)
void SetNextToken(const char *value)
void SetFlowLogIds(const Aws::Vector< Aws::String > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
DescribeFlowLogsRequest & WithFilter(const Aws::Vector< Filter > &value)
DescribeFlowLogsRequest & WithNextToken(Aws::String &&value)
DescribeFlowLogsRequest & WithNextToken(const char *value)
long GetMaxResults() const
DescribeFlowLogsRequest & WithNextToken(const Aws::String &value)
const Aws::Vector< Filter > & GetFilter() const
JSON (JavaScript Object Notation).