7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/logs/CloudWatchLogsRequest.h>
10#include <aws/logs/CloudWatchLogs_EXPORTS.h>
11#include <aws/logs/model/IndexCategory.h>
16namespace CloudWatchLogs {
42 template <
typename LogGroupIdentifiersT = Aws::Vector<Aws::String>>
44 m_logGroupIdentifiersHasBeenSet =
true;
45 m_logGroupIdentifiers = std::forward<LogGroupIdentifiersT>(value);
47 template <
typename LogGroupIdentifiersT = Aws::Vector<Aws::String>>
52 template <
typename LogGroupIdentifiersT = Aws::String>
54 m_logGroupIdentifiersHasBeenSet =
true;
55 m_logGroupIdentifiers.emplace_back(std::forward<LogGroupIdentifiersT>(value));
85 template <
typename IndexCategoriesT = Aws::Vector<IndexCategory>>
87 m_indexCategoriesHasBeenSet =
true;
88 m_indexCategories = std::forward<IndexCategoriesT>(value);
90 template <
typename IndexCategoriesT = Aws::Vector<IndexCategory>>
96 m_indexCategoriesHasBeenSet =
true;
97 m_indexCategories.push_back(value);
106 template <
typename NextTokenT = Aws::String>
108 m_nextTokenHasBeenSet =
true;
109 m_nextToken = std::forward<NextTokenT>(value);
111 template <
typename NextTokenT = Aws::String>
123 bool m_logGroupIdentifiersHasBeenSet =
false;
124 bool m_indexCategoriesHasBeenSet =
false;
125 bool m_nextTokenHasBeenSet =
false;
void SetIndexCategories(IndexCategoriesT &&value)
DescribeFieldIndexesRequest & WithIndexCategories(IndexCategoriesT &&value)
const Aws::Vector< IndexCategory > & GetIndexCategories() const
bool NextTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
DescribeFieldIndexesRequest & AddIndexCategories(IndexCategory value)
DescribeFieldIndexesRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
AWS_CLOUDWATCHLOGS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool IndexCategoriesHasBeenSet() const
AWS_CLOUDWATCHLOGS_API DescribeFieldIndexesRequest()=default
bool LogGroupIdentifiersHasBeenSet() const
DescribeFieldIndexesRequest & AddLogGroupIdentifiers(LogGroupIdentifiersT &&value)
AWS_CLOUDWATCHLOGS_API Aws::String SerializePayload() const override
void SetNextToken(NextTokenT &&value)
DescribeFieldIndexesRequest & WithLogGroupIdentifiers(LogGroupIdentifiersT &&value)
void SetLogGroupIdentifiers(LogGroupIdentifiersT &&value)
const Aws::Vector< Aws::String > & GetLogGroupIdentifiers() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector