@Generated(value="software.amazon.awssdk:codegen") public final class RateLimitIP extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RateLimitIP.Builder,RateLimitIP>
Specifies the IP address in the web request as an aggregate key for a rate-based rule. Each distinct IP address contributes to the aggregation instance.
This setting is used only in the RateBasedStatementCustomKey specification of a rate-based rule
statement. To use this in the custom key settings, you must specify at least one other key to use, along with the IP
address. To aggregate on only the IP address, in your rate-based statement's AggregateKeyType, specify
IP.
JSON specification: "RateLimitIP": {}
| Modifier and Type | Class and Description |
|---|---|
static interface |
RateLimitIP.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RateLimitIP.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RateLimitIP.Builder> |
serializableBuilderClass() |
RateLimitIP.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic RateLimitIP.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RateLimitIP.Builder,RateLimitIP>public static RateLimitIP.Builder builder()
public static Class<? extends RateLimitIP.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.