@Stability(value=Experimental) @Internal public static final class QuotaSettings.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements QuotaSettings
QuotaSettingssoftware.amazon.jsii.JsiiObject.InitializationModeQuotaSettings.Builder, QuotaSettings.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(Number limit,
Number offset,
Period period)
Constructor that initializes the object based on literal property values passed by the
QuotaSettings.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getLimit()
(experimental) The maximum number of requests that users can make within the specified time period.
|
Number |
getOffset()
(experimental) For the initial time period, the number of requests to subtract from the specified limit.
|
Period |
getPeriod()
(experimental) The time period for which the maximum limit of requests applies.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(Number limit, Number offset, Period period)
QuotaSettings.Builder.public final Number getLimit()
QuotaSettingsDefault: none
getLimit in interface QuotaSettingspublic final Number getOffset()
QuotaSettingsDefault: none
getOffset in interface QuotaSettingspublic final Period getPeriod()
QuotaSettingsDefault: none
getPeriod in interface QuotaSettings@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.