@Stability(value=Experimental) @Internal public static final class UsagePlanProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements UsagePlanProps
UsagePlanPropssoftware.amazon.jsii.JsiiObject.InitializationModeUsagePlanProps.Builder, UsagePlanProps.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(List<? extends UsagePlanPerApiStage> apiStages,
String description,
String name,
QuotaSettings quota,
ThrottleSettings throttle)
Constructor that initializes the object based on literal property values passed by the
UsagePlanProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<UsagePlanPerApiStage> |
getApiStages()
(experimental) API Stages to be associated with the usage plan.
|
String |
getDescription()
(experimental) Represents usage plan purpose.
|
String |
getName()
(experimental) Name for this usage plan.
|
QuotaSettings |
getQuota()
(experimental) Number of requests clients can make in a given time period.
|
ThrottleSettings |
getThrottle()
(experimental) Overall throttle settings for the API.
|
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(List<? extends UsagePlanPerApiStage> apiStages, String description, String name, QuotaSettings quota, ThrottleSettings throttle)
UsagePlanProps.Builder.public final List<UsagePlanPerApiStage> getApiStages()
UsagePlanPropsDefault: none
getApiStages in interface UsagePlanPropspublic final String getDescription()
UsagePlanPropsDefault: none
getDescription in interface UsagePlanPropspublic final String getName()
UsagePlanPropsDefault: none
getName in interface UsagePlanPropspublic final QuotaSettings getQuota()
UsagePlanPropsDefault: none
getQuota in interface UsagePlanPropspublic final ThrottleSettings getThrottle()
UsagePlanPropsDefault: none
getThrottle in interface UsagePlanProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.