7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityagent/SecurityAgent_EXPORTS.h>
19namespace SecurityAgent {
40 template <
typename LogGroupT = Aws::String>
42 m_logGroupHasBeenSet =
true;
43 m_logGroup = std::forward<LogGroupT>(value);
45 template <
typename LogGroupT = Aws::String>
58 template <
typename LogStreamT = Aws::String>
60 m_logStreamHasBeenSet =
true;
61 m_logStream = std::forward<LogStreamT>(value);
63 template <
typename LogStreamT = Aws::String>
73 bool m_logGroupHasBeenSet =
false;
74 bool m_logStreamHasBeenSet =
false;
void SetLogGroup(LogGroupT &&value)
bool LogStreamHasBeenSet() const
CloudWatchLog & WithLogGroup(LogGroupT &&value)
const Aws::String & GetLogStream() const
CloudWatchLog & WithLogStream(LogStreamT &&value)
AWS_SECURITYAGENT_API CloudWatchLog()=default
AWS_SECURITYAGENT_API CloudWatchLog & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLogGroup() const
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLogStream(LogStreamT &&value)
bool LogGroupHasBeenSet() const
AWS_SECURITYAGENT_API CloudWatchLog(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue