#include <ThrottleSettings.h>
The API request rate limits.
See Also:
AWS API Reference
Definition at line 29 of file ThrottleSettings.h.
◆ ThrottleSettings() [1/2]
Aws::APIGateway::Model::ThrottleSettings::ThrottleSettings |
( |
| ) |
|
◆ ThrottleSettings() [2/2]
◆ BurstLimitHasBeenSet()
bool Aws::APIGateway::Model::ThrottleSettings::BurstLimitHasBeenSet |
( |
| ) |
const |
|
inline |
The API request burst limit, the maximum rate limit over a time ranging from one to a few seconds, depending upon whether the underlying token bucket is at its full capacity.
Definition at line 50 of file ThrottleSettings.h.
◆ GetBurstLimit()
int Aws::APIGateway::Model::ThrottleSettings::GetBurstLimit |
( |
| ) |
const |
|
inline |
The API request burst limit, the maximum rate limit over a time ranging from one to a few seconds, depending upon whether the underlying token bucket is at its full capacity.
Definition at line 43 of file ThrottleSettings.h.
◆ GetRateLimit()
double Aws::APIGateway::Model::ThrottleSettings::GetRateLimit |
( |
| ) |
const |
|
inline |
◆ Jsonize()
◆ operator=()
◆ RateLimitHasBeenSet()
bool Aws::APIGateway::Model::ThrottleSettings::RateLimitHasBeenSet |
( |
| ) |
const |
|
inline |
◆ SetBurstLimit()
void Aws::APIGateway::Model::ThrottleSettings::SetBurstLimit |
( |
int |
value | ) |
|
|
inline |
The API request burst limit, the maximum rate limit over a time ranging from one to a few seconds, depending upon whether the underlying token bucket is at its full capacity.
Definition at line 57 of file ThrottleSettings.h.
◆ SetRateLimit()
void Aws::APIGateway::Model::ThrottleSettings::SetRateLimit |
( |
double |
value | ) |
|
|
inline |
◆ WithBurstLimit()
ThrottleSettings& Aws::APIGateway::Model::ThrottleSettings::WithBurstLimit |
( |
int |
value | ) |
|
|
inline |
The API request burst limit, the maximum rate limit over a time ranging from one to a few seconds, depending upon whether the underlying token bucket is at its full capacity.
Definition at line 64 of file ThrottleSettings.h.
◆ WithRateLimit()
ThrottleSettings& Aws::APIGateway::Model::ThrottleSettings::WithRateLimit |
( |
double |
value | ) |
|
|
inline |
The documentation for this class was generated from the following file: