7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/m2/MainframeModernization_EXPORTS.h>
19namespace MainframeModernization {
42 template <
typename LogGroupNameT = Aws::String>
44 m_logGroupNameHasBeenSet =
true;
45 m_logGroupName = std::forward<LogGroupNameT>(value);
47 template <
typename LogGroupNameT = Aws::String>
60 template <
typename LogTypeT = Aws::String>
62 m_logTypeHasBeenSet =
true;
63 m_logType = std::forward<LogTypeT>(value);
65 template <
typename LogTypeT = Aws::String>
75 bool m_logGroupNameHasBeenSet =
false;
76 bool m_logTypeHasBeenSet =
false;
const Aws::String & GetLogType() const
LogGroupSummary & WithLogGroupName(LogGroupNameT &&value)
LogGroupSummary & WithLogType(LogTypeT &&value)
bool LogGroupNameHasBeenSet() const
AWS_MAINFRAMEMODERNIZATION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLogType(LogTypeT &&value)
AWS_MAINFRAMEMODERNIZATION_API LogGroupSummary()=default
AWS_MAINFRAMEMODERNIZATION_API LogGroupSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_MAINFRAMEMODERNIZATION_API LogGroupSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLogGroupName() const
void SetLogGroupName(LogGroupNameT &&value)
bool LogTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue