7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/appsync/model/FieldLogLevel.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
71 inline void SetCloudWatchLogsRoleArn(
const char* value) { m_cloudWatchLogsRoleArnHasBeenSet =
true; m_cloudWatchLogsRoleArn.assign(value); }
84 inline void SetExcludeVerboseContent(
bool value) { m_excludeVerboseContentHasBeenSet =
true; m_excludeVerboseContent = value; }
90 bool m_fieldLogLevelHasBeenSet =
false;
93 bool m_cloudWatchLogsRoleArnHasBeenSet =
false;
95 bool m_excludeVerboseContent;
96 bool m_excludeVerboseContentHasBeenSet =
false;
AWS_APPSYNC_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPSYNC_API LogConfig()
void SetExcludeVerboseContent(bool value)
void SetCloudWatchLogsRoleArn(Aws::String &&value)
bool FieldLogLevelHasBeenSet() const
LogConfig & WithFieldLogLevel(FieldLogLevel &&value)
void SetCloudWatchLogsRoleArn(const char *value)
bool GetExcludeVerboseContent() const
LogConfig & WithExcludeVerboseContent(bool value)
const Aws::String & GetCloudWatchLogsRoleArn() const
LogConfig & WithCloudWatchLogsRoleArn(Aws::String &&value)
LogConfig & WithFieldLogLevel(const FieldLogLevel &value)
LogConfig & WithCloudWatchLogsRoleArn(const Aws::String &value)
bool CloudWatchLogsRoleArnHasBeenSet() const
bool ExcludeVerboseContentHasBeenSet() const
AWS_APPSYNC_API LogConfig(Aws::Utils::Json::JsonView jsonValue)
LogConfig & WithCloudWatchLogsRoleArn(const char *value)
void SetFieldLogLevel(FieldLogLevel &&value)
void SetCloudWatchLogsRoleArn(const Aws::String &value)
const FieldLogLevel & GetFieldLogLevel() const
void SetFieldLogLevel(const FieldLogLevel &value)
AWS_APPSYNC_API LogConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue