7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
61 template<
typename LoggingLevelT = Aws::String>
62 void SetLoggingLevel(LoggingLevelT&& value) { m_loggingLevelHasBeenSet =
true; m_loggingLevel = std::forward<LoggingLevelT>(value); }
63 template<
typename LoggingLevelT = Aws::String>
75 inline void SetDataTraceEnabled(
bool value) { m_dataTraceEnabledHasBeenSet =
true; m_dataTraceEnabled = value; }
85 inline void SetThrottlingBurstLimit(
int value) { m_throttlingBurstLimitHasBeenSet =
true; m_throttlingBurstLimit = value; }
95 inline void SetThrottlingRateLimit(
double value) { m_throttlingRateLimitHasBeenSet =
true; m_throttlingRateLimit = value; }
100 bool m_detailedMetricsEnabled{
false};
101 bool m_detailedMetricsEnabledHasBeenSet =
false;
104 bool m_loggingLevelHasBeenSet =
false;
106 bool m_dataTraceEnabled{
false};
107 bool m_dataTraceEnabledHasBeenSet =
false;
109 int m_throttlingBurstLimit{0};
110 bool m_throttlingBurstLimitHasBeenSet =
false;
112 double m_throttlingRateLimit{0.0};
113 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(LoggingLevelT &&value)
void SetLoggingLevel(LoggingLevelT &&value)
bool LoggingLevelHasBeenSet() const
bool GetDataTraceEnabled() const
AWS_SECURITYHUB_API AwsApiGatewayV2RouteSettings()=default
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
AwsApiGatewayV2RouteSettings & WithThrottlingRateLimit(double value)
void SetDetailedMetricsEnabled(bool value)
const Aws::String & GetLoggingLevel() const
void SetThrottlingBurstLimit(int 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