23 namespace CloudWatchLogs
56 inline void SetLogGroupName(
const char* value) { m_logGroupNameHasBeenSet =
true; m_logGroupName.assign(value); }
95 inline void SetLogStreamNamePrefix(
const char* value) { m_logStreamNamePrefixHasBeenSet =
true; m_logStreamNamePrefix.assign(value); }
165 inline void SetDescending(
bool value) { m_descendingHasBeenSet =
true; m_descending = value; }
199 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
232 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
242 bool m_logGroupNameHasBeenSet;
244 bool m_logStreamNamePrefixHasBeenSet;
246 bool m_orderByHasBeenSet;
248 bool m_descendingHasBeenSet;
250 bool m_nextTokenHasBeenSet;
252 bool m_limitHasBeenSet;
void SetLogStreamNamePrefix(Aws::String &&value)
void SetOrderBy(const OrderBy &value)
void SetNextToken(const char *value)
void SetNextToken(const Aws::String &value)
DescribeLogStreamsRequest & WithOrderBy(const OrderBy &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
void SetLogGroupName(Aws::String &&value)
#define AWS_CLOUDWATCHLOGS_API
DescribeLogStreamsRequest & WithNextToken(const char *value)
bool GetDescending() const
void SetLogStreamNamePrefix(const Aws::String &value)
DescribeLogStreamsRequest & WithLimit(int value)
void SetOrderBy(OrderBy &&value)
const Aws::String & GetLogStreamNamePrefix() const
DescribeLogStreamsRequest & WithDescending(bool value)
void SetDescending(bool value)
DescribeLogStreamsRequest & WithLogGroupName(const Aws::String &value)
DescribeLogStreamsRequest & WithLogGroupName(Aws::String &&value)
void SetLogGroupName(const Aws::String &value)
void SetLogStreamNamePrefix(const char *value)
const Aws::String & GetLogGroupName() const
DescribeLogStreamsRequest & WithLogGroupName(const char *value)
const OrderBy & GetOrderBy() const
void SetNextToken(Aws::String &&value)
DescribeLogStreamsRequest & WithNextToken(Aws::String &&value)
const Aws::String & GetNextToken() const
void SetLogGroupName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
DescribeLogStreamsRequest & WithLogStreamNamePrefix(const char *value)
DescribeLogStreamsRequest & WithNextToken(const Aws::String &value)
DescribeLogStreamsRequest & WithLogStreamNamePrefix(const Aws::String &value)
DescribeLogStreamsRequest & WithOrderBy(OrderBy &&value)
JSON (JavaScript Object Notation).
DescribeLogStreamsRequest & WithLogStreamNamePrefix(Aws::String &&value)