7#include <aws/logs/CloudWatchLogs_EXPORTS.h>
8#include <aws/logs/CloudWatchLogsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/logs/model/OrderBy.h>
15namespace CloudWatchLogs
48 inline void SetLogGroupName(
const char* value) { m_logGroupNameHasBeenSet =
true; m_logGroupName.assign(value); }
66 inline void SetLogGroupIdentifier(
const char* value) { m_logGroupIdentifierHasBeenSet =
true; m_logGroupIdentifier.assign(value); }
81 inline void SetLogStreamNamePrefix(
const char* value) { m_logStreamNamePrefixHasBeenSet =
true; m_logStreamNamePrefix.assign(value); }
104 inline void SetOrderBy(
OrderBy&& value) { m_orderByHasBeenSet =
true; m_orderBy = std::move(value); }
117 inline void SetDescending(
bool value) { m_descendingHasBeenSet =
true; m_descending = value; }
130 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
143 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
149 bool m_logGroupNameHasBeenSet =
false;
152 bool m_logGroupIdentifierHasBeenSet =
false;
155 bool m_logStreamNamePrefixHasBeenSet =
false;
158 bool m_orderByHasBeenSet =
false;
161 bool m_descendingHasBeenSet =
false;
164 bool m_nextTokenHasBeenSet =
false;
167 bool m_limitHasBeenSet =
false;
void SetOrderBy(OrderBy &&value)
bool LogGroupIdentifierHasBeenSet() const
void SetLogGroupName(const Aws::String &value)
bool NextTokenHasBeenSet() const
void SetLogGroupIdentifier(const Aws::String &value)
bool DescendingHasBeenSet() const
AWS_CLOUDWATCHLOGS_API DescribeLogStreamsRequest()
void SetLogGroupIdentifier(Aws::String &&value)
const Aws::String & GetLogGroupName() const
void SetNextToken(Aws::String &&value)
bool LogGroupNameHasBeenSet() const
void SetOrderBy(const OrderBy &value)
void SetLogGroupName(Aws::String &&value)
DescribeLogStreamsRequest & WithOrderBy(const OrderBy &value)
void SetNextToken(const char *value)
AWS_CLOUDWATCHLOGS_API Aws::String SerializePayload() const override
void SetNextToken(const Aws::String &value)
void SetLogStreamNamePrefix(const char *value)
void SetLogGroupIdentifier(const char *value)
DescribeLogStreamsRequest & WithLogGroupIdentifier(const char *value)
DescribeLogStreamsRequest & WithNextToken(const Aws::String &value)
bool LogStreamNamePrefixHasBeenSet() const
DescribeLogStreamsRequest & WithLogGroupIdentifier(const Aws::String &value)
DescribeLogStreamsRequest & WithNextToken(Aws::String &&value)
const Aws::String & GetLogStreamNamePrefix() const
DescribeLogStreamsRequest & WithLimit(int value)
DescribeLogStreamsRequest & WithLogStreamNamePrefix(const Aws::String &value)
AWS_CLOUDWATCHLOGS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetNextToken() const
DescribeLogStreamsRequest & WithLogGroupIdentifier(Aws::String &&value)
DescribeLogStreamsRequest & WithLogGroupName(const char *value)
bool OrderByHasBeenSet() const
void SetLogGroupName(const char *value)
DescribeLogStreamsRequest & WithNextToken(const char *value)
bool LimitHasBeenSet() const
const OrderBy & GetOrderBy() const
DescribeLogStreamsRequest & WithLogGroupName(const Aws::String &value)
void SetLogStreamNamePrefix(const Aws::String &value)
DescribeLogStreamsRequest & WithLogStreamNamePrefix(const char *value)
DescribeLogStreamsRequest & WithDescending(bool value)
DescribeLogStreamsRequest & WithOrderBy(OrderBy &&value)
DescribeLogStreamsRequest & WithLogStreamNamePrefix(Aws::String &&value)
bool GetDescending() const
virtual const char * GetServiceRequestName() const override
void SetLogStreamNamePrefix(Aws::String &&value)
DescribeLogStreamsRequest & WithLogGroupName(Aws::String &&value)
const Aws::String & GetLogGroupIdentifier() const
void SetDescending(bool value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String