7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/appsync/model/EventLogLevel.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
63 inline void SetCloudWatchLogsRoleArn(
const char* value) { m_cloudWatchLogsRoleArnHasBeenSet =
true; m_cloudWatchLogsRoleArn.assign(value); }
71 bool m_logLevelHasBeenSet =
false;
74 bool m_cloudWatchLogsRoleArnHasBeenSet =
false;
void SetLogLevel(const EventLogLevel &value)
void SetCloudWatchLogsRoleArn(Aws::String &&value)
EventLogConfig & WithCloudWatchLogsRoleArn(Aws::String &&value)
void SetCloudWatchLogsRoleArn(const Aws::String &value)
EventLogConfig & WithLogLevel(EventLogLevel &&value)
EventLogConfig & WithLogLevel(const EventLogLevel &value)
const EventLogLevel & GetLogLevel() const
bool CloudWatchLogsRoleArnHasBeenSet() const
void SetCloudWatchLogsRoleArn(const char *value)
EventLogConfig & WithCloudWatchLogsRoleArn(const char *value)
AWS_APPSYNC_API EventLogConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_APPSYNC_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLogLevel(EventLogLevel &&value)
AWS_APPSYNC_API EventLogConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool LogLevelHasBeenSet() const
const Aws::String & GetCloudWatchLogsRoleArn() const
AWS_APPSYNC_API EventLogConfig()
EventLogConfig & WithCloudWatchLogsRoleArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue