7#include <aws/logs/CloudWatchLogs_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CloudWatchLogs
46 template<
typename LogStreamNameT = Aws::String>
47 void SetLogStreamName(LogStreamNameT&& value) { m_logStreamNameHasBeenSet =
true; m_logStreamName = std::forward<LogStreamNameT>(value); }
48 template<
typename LogStreamNameT = Aws::String>
58 inline void SetSearchedCompletely(
bool value) { m_searchedCompletelyHasBeenSet =
true; m_searchedCompletely = value; }
64 bool m_logStreamNameHasBeenSet =
false;
66 bool m_searchedCompletely{
false};
67 bool m_searchedCompletelyHasBeenSet =
false;
bool LogStreamNameHasBeenSet() const
bool GetSearchedCompletely() const
SearchedLogStream & WithLogStreamName(LogStreamNameT &&value)
AWS_CLOUDWATCHLOGS_API SearchedLogStream(Aws::Utils::Json::JsonView jsonValue)
bool SearchedCompletelyHasBeenSet() const
const Aws::String & GetLogStreamName() const
SearchedLogStream & WithSearchedCompletely(bool value)
AWS_CLOUDWATCHLOGS_API SearchedLogStream()=default
AWS_CLOUDWATCHLOGS_API SearchedLogStream & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLogStreamName(LogStreamNameT &&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