7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/logs/CloudWatchLogsRequest.h>
9#include <aws/logs/CloudWatchLogs_EXPORTS.h>
14namespace CloudWatchLogs {
41 template <
typename LookupTableNamePrefixT = Aws::String>
43 m_lookupTableNamePrefixHasBeenSet =
true;
44 m_lookupTableNamePrefix = std::forward<LookupTableNamePrefixT>(value);
46 template <
typename LookupTableNamePrefixT = Aws::String>
61 m_maxResultsHasBeenSet =
true;
77 template <
typename NextTokenT = Aws::String>
79 m_nextTokenHasBeenSet =
true;
80 m_nextToken = std::forward<NextTokenT>(value);
82 template <
typename NextTokenT = Aws::String>
94 bool m_lookupTableNamePrefixHasBeenSet =
false;
95 bool m_maxResultsHasBeenSet =
false;
96 bool m_nextTokenHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
const Aws::String & GetLookupTableNamePrefix() const
AWS_CLOUDWATCHLOGS_API DescribeLookupTablesRequest()=default
const Aws::String & GetNextToken() const
DescribeLookupTablesRequest & WithLookupTableNamePrefix(LookupTableNamePrefixT &&value)
AWS_CLOUDWATCHLOGS_API Aws::String SerializePayload() const override
bool MaxResultsHasBeenSet() const
DescribeLookupTablesRequest & WithMaxResults(int value)
void SetMaxResults(int value)
void SetLookupTableNamePrefix(LookupTableNamePrefixT &&value)
bool NextTokenHasBeenSet() const
DescribeLookupTablesRequest & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
bool LookupTableNamePrefixHasBeenSet() const
AWS_CLOUDWATCHLOGS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
int GetMaxResults() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String