28 namespace CloudWatchLogs
63 inline void SetLogStreamName(
const char* value) { m_logStreamNameHasBeenSet =
true; m_logStreamName.assign(value); }
90 inline void SetSearchedCompletely(
bool value) { m_searchedCompletelyHasBeenSet =
true; m_searchedCompletely = value; }
100 bool m_logStreamNameHasBeenSet;
101 bool m_searchedCompletely;
102 bool m_searchedCompletelyHasBeenSet;
void SetLogStreamName(const Aws::String &value)
SearchedLogStream & WithLogStreamName(const char *value)
const Aws::String & GetLogStreamName() const
void SetLogStreamName(const char *value)
#define AWS_CLOUDWATCHLOGS_API
bool GetSearchedCompletely() const
void SetLogStreamName(Aws::String &&value)
void SetSearchedCompletely(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
SearchedLogStream & WithLogStreamName(const Aws::String &value)
SearchedLogStream & WithSearchedCompletely(bool value)
JSON (JavaScript Object Notation).
SearchedLogStream & WithLogStreamName(Aws::String &&value)