7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/logs/CloudWatchLogs_EXPORTS.h>
19namespace CloudWatchLogs {
40 template <
typename LogStreamNameT = Aws::String>
42 m_logStreamNameHasBeenSet =
true;
43 m_logStreamName = std::forward<LogStreamNameT>(value);
45 template <
typename LogStreamNameT = Aws::String>
59 m_searchedCompletelyHasBeenSet =
true;
60 m_searchedCompletely = value;
70 bool m_searchedCompletely{
false};
71 bool m_logStreamNameHasBeenSet =
false;
72 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