7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
63 inline void SetLoggingLevel(
const char* value) { m_loggingLevelHasBeenSet =
true; m_loggingLevel.assign(value); }
77 inline void SetDataTraceEnabled(
bool value) { m_dataTraceEnabledHasBeenSet =
true; m_dataTraceEnabled = value; }
87 inline void SetThrottlingBurstLimit(
int value) { m_throttlingBurstLimitHasBeenSet =
true; m_throttlingBurstLimit = value; }
97 inline void SetThrottlingRateLimit(
double value) { m_throttlingRateLimitHasBeenSet =
true; m_throttlingRateLimit = value; }
102 bool m_detailedMetricsEnabled;
103 bool m_detailedMetricsEnabledHasBeenSet =
false;
106 bool m_loggingLevelHasBeenSet =
false;
108 bool m_dataTraceEnabled;
109 bool m_dataTraceEnabledHasBeenSet =
false;
111 int m_throttlingBurstLimit;
112 bool m_throttlingBurstLimitHasBeenSet =
false;
114 double m_throttlingRateLimit;
115 bool m_throttlingRateLimitHasBeenSet =
false;
bool ThrottlingBurstLimitHasBeenSet() const
AWS_SECURITYHUB_API AwsApiGatewayV2RouteSettings(Aws::Utils::Json::JsonView jsonValue)
void SetDataTraceEnabled(bool value)
void SetThrottlingRateLimit(double value)
bool ThrottlingRateLimitHasBeenSet() const
AwsApiGatewayV2RouteSettings & WithLoggingLevel(const char *value)
bool LoggingLevelHasBeenSet() const
AwsApiGatewayV2RouteSettings & WithLoggingLevel(const Aws::String &value)
AWS_SECURITYHUB_API AwsApiGatewayV2RouteSettings()
bool GetDataTraceEnabled() const
void SetLoggingLevel(Aws::String &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
double GetThrottlingRateLimit() const
bool DataTraceEnabledHasBeenSet() const
AWS_SECURITYHUB_API AwsApiGatewayV2RouteSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DetailedMetricsEnabledHasBeenSet() const
void SetLoggingLevel(const char *value)
AwsApiGatewayV2RouteSettings & WithThrottlingRateLimit(double value)
AwsApiGatewayV2RouteSettings & WithLoggingLevel(Aws::String &&value)
void SetDetailedMetricsEnabled(bool value)
const Aws::String & GetLoggingLevel() const
void SetThrottlingBurstLimit(int value)
void SetLoggingLevel(const Aws::String &value)
bool GetDetailedMetricsEnabled() const
int GetThrottlingBurstLimit() const
AwsApiGatewayV2RouteSettings & WithDataTraceEnabled(bool value)
AwsApiGatewayV2RouteSettings & WithThrottlingBurstLimit(int value)
AwsApiGatewayV2RouteSettings & WithDetailedMetricsEnabled(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue