7#include <aws/emr-containers/EMRContainers_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace EMRContainers
49 inline void SetLogGroupName(
const char* value) { m_logGroupNameHasBeenSet =
true; m_logGroupName.assign(value); }
63 inline void SetLogStreamNamePrefix(
const char* value) { m_logStreamNamePrefixHasBeenSet =
true; m_logStreamNamePrefix.assign(value); }
71 bool m_logGroupNameHasBeenSet =
false;
74 bool m_logStreamNamePrefixHasBeenSet =
false;
void SetLogGroupName(Aws::String &&value)
AWS_EMRCONTAINERS_API CloudWatchMonitoringConfiguration(Aws::Utils::Json::JsonView jsonValue)
CloudWatchMonitoringConfiguration & WithLogGroupName(const char *value)
AWS_EMRCONTAINERS_API CloudWatchMonitoringConfiguration()
void SetLogStreamNamePrefix(const char *value)
const Aws::String & GetLogGroupName() const
bool LogGroupNameHasBeenSet() const
const Aws::String & GetLogStreamNamePrefix() const
CloudWatchMonitoringConfiguration & WithLogGroupName(const Aws::String &value)
void SetLogStreamNamePrefix(const Aws::String &value)
CloudWatchMonitoringConfiguration & WithLogStreamNamePrefix(const Aws::String &value)
bool LogStreamNamePrefixHasBeenSet() const
void SetLogStreamNamePrefix(Aws::String &&value)
AWS_EMRCONTAINERS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLogGroupName(const Aws::String &value)
CloudWatchMonitoringConfiguration & WithLogStreamNamePrefix(Aws::String &&value)
void SetLogGroupName(const char *value)
CloudWatchMonitoringConfiguration & WithLogStreamNamePrefix(const char *value)
CloudWatchMonitoringConfiguration & WithLogGroupName(Aws::String &&value)
AWS_EMRCONTAINERS_API CloudWatchMonitoringConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue