7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/appsync/model/FieldLogLevel.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 m_fieldLogLevelHasBeenSet =
true;
52 m_fieldLogLevel = value;
67 template <
typename CloudWatchLogsRoleArnT = Aws::String>
69 m_cloudWatchLogsRoleArnHasBeenSet =
true;
70 m_cloudWatchLogsRoleArn = std::forward<CloudWatchLogsRoleArnT>(value);
72 template <
typename CloudWatchLogsRoleArnT = Aws::String>
87 m_excludeVerboseContentHasBeenSet =
true;
88 m_excludeVerboseContent = value;
100 bool m_excludeVerboseContent{
false};
101 bool m_fieldLogLevelHasBeenSet =
false;
102 bool m_cloudWatchLogsRoleArnHasBeenSet =
false;
103 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