7#include <aws/logs/CloudWatchLogs_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CloudWatchLogs
48 inline void SetLogStreamName(
const char* value) { m_logStreamNameHasBeenSet =
true; m_logStreamName.assign(value); }
60 inline void SetSearchedCompletely(
bool value) { m_searchedCompletelyHasBeenSet =
true; m_searchedCompletely = value; }
66 bool m_logStreamNameHasBeenSet =
false;
68 bool m_searchedCompletely;
69 bool m_searchedCompletelyHasBeenSet =
false;
SearchedLogStream & WithLogStreamName(const char *value)
bool LogStreamNameHasBeenSet() const
bool GetSearchedCompletely() const
AWS_CLOUDWATCHLOGS_API SearchedLogStream(Aws::Utils::Json::JsonView jsonValue)
void SetLogStreamName(const Aws::String &value)
bool SearchedCompletelyHasBeenSet() const
const Aws::String & GetLogStreamName() const
SearchedLogStream & WithSearchedCompletely(bool value)
AWS_CLOUDWATCHLOGS_API SearchedLogStream & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLogStreamName(const char *value)
AWS_CLOUDWATCHLOGS_API SearchedLogStream()
void SetLogStreamName(Aws::String &&value)
SearchedLogStream & WithLogStreamName(const Aws::String &value)
SearchedLogStream & WithLogStreamName(Aws::String &&value)
AWS_CLOUDWATCHLOGS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSearchedCompletely(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue