7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/appsync/model/FieldLogLevel.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
67 template<
typename CloudWatchLogsRoleArnT = Aws::String>
68 void SetCloudWatchLogsRoleArn(CloudWatchLogsRoleArnT&& value) { m_cloudWatchLogsRoleArnHasBeenSet =
true; m_cloudWatchLogsRoleArn = std::forward<CloudWatchLogsRoleArnT>(value); }
69 template<
typename CloudWatchLogsRoleArnT = Aws::String>
80 inline void SetExcludeVerboseContent(
bool value) { m_excludeVerboseContentHasBeenSet =
true; m_excludeVerboseContent = value; }
86 bool m_fieldLogLevelHasBeenSet =
false;
89 bool m_cloudWatchLogsRoleArnHasBeenSet =
false;
91 bool m_excludeVerboseContent{
false};
92 bool m_excludeVerboseContentHasBeenSet =
false;
AWS_APPSYNC_API Aws::Utils::Json::JsonValue Jsonize() const
void SetExcludeVerboseContent(bool value)
FieldLogLevel GetFieldLogLevel() const
bool FieldLogLevelHasBeenSet() const
bool GetExcludeVerboseContent() const
LogConfig & WithExcludeVerboseContent(bool value)
LogConfig & WithFieldLogLevel(FieldLogLevel value)
void SetFieldLogLevel(FieldLogLevel value)
const Aws::String & GetCloudWatchLogsRoleArn() const
void SetCloudWatchLogsRoleArn(CloudWatchLogsRoleArnT &&value)
LogConfig & WithCloudWatchLogsRoleArn(CloudWatchLogsRoleArnT &&value)
bool CloudWatchLogsRoleArnHasBeenSet() const
bool ExcludeVerboseContentHasBeenSet() const
AWS_APPSYNC_API LogConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_APPSYNC_API LogConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPSYNC_API LogConfig()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue