7#include <aws/logs/CloudWatchLogs_EXPORTS.h>
8#include <aws/logs/CloudWatchLogsRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace CloudWatchLogs
45 template<
typename LogGroupIdentifiersT = Aws::Vector<Aws::String>>
46 void SetLogGroupIdentifiers(LogGroupIdentifiersT&& value) { m_logGroupIdentifiersHasBeenSet =
true; m_logGroupIdentifiers = std::forward<LogGroupIdentifiersT>(value); }
47 template<
typename LogGroupIdentifiersT = Aws::Vector<Aws::String>>
49 template<
typename LogGroupIdentifiersT = Aws::String>
57 template<
typename NextTokenT = Aws::String>
58 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
59 template<
typename NextTokenT = Aws::String>
65 bool m_logGroupIdentifiersHasBeenSet =
false;
68 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