@Generated(value="software.amazon.awssdk:codegen") public class ThrottleSettings extends Object implements StructuredPojo, ToCopyableBuilder<ThrottleSettings.Builder,ThrottleSettings>
The API request rate limits.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ThrottleSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ThrottleSettings.Builder |
builder() |
Integer |
burstLimit()
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.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
Double |
rateLimit()
The API request steady-state rate limit.
|
static Class<? extends ThrottleSettings.Builder> |
serializableBuilderClass() |
ThrottleSettings.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic Integer burstLimit()
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.
public Double rateLimit()
The API request steady-state rate limit.
public ThrottleSettings.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ThrottleSettings.Builder,ThrottleSettings>public static ThrottleSettings.Builder builder()
public static Class<? extends ThrottleSettings.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.