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>
15namespace CloudWatchLogs {
41 template <
typename LogGroupIdentifiersT = Aws::Vector<Aws::String>>
43 m_logGroupIdentifiersHasBeenSet =
true;
44 m_logGroupIdentifiers = std::forward<LogGroupIdentifiersT>(value);
46 template <
typename LogGroupIdentifiersT = Aws::Vector<Aws::String>>
51 template <
typename LogGroupIdentifiersT = Aws::String>
53 m_logGroupIdentifiersHasBeenSet =
true;
54 m_logGroupIdentifiers.emplace_back(std::forward<LogGroupIdentifiersT>(value));
63 template <
typename NextTokenT = Aws::String>
65 m_nextTokenHasBeenSet =
true;
66 m_nextToken = std::forward<NextTokenT>(value);
68 template <
typename NextTokenT = Aws::String>
78 bool m_logGroupIdentifiersHasBeenSet =
false;
79 bool m_nextTokenHasBeenSet =
false;
bool NextTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
DescribeFieldIndexesRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
AWS_CLOUDWATCHLOGS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
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