Class CfnUsagePlanProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigateway.CfnUsagePlanProps.Jsii$Proxy
- All Implemented Interfaces:
CfnUsagePlanProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnUsagePlanProps
@Stability(Stable)
@Internal
public static final class CfnUsagePlanProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUsagePlanProps
An implementation for
CfnUsagePlanProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.apigateway.CfnUsagePlanProps
CfnUsagePlanProps.Builder, CfnUsagePlanProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnUsagePlanProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnUsagePlanProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
The associated API stages of a usage plan.final String
The description of a usage plan.final Object
getQuota()
The target maximum number of permitted requests per a given unit time interval.getTags()
The collection of tags.final Object
A map containing method level throttling information for API stage in a usage plan.final String
The name of a usage plan.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnUsagePlanProps.Builder
.
-
-
Method Details
-
getApiStages
Description copied from interface:CfnUsagePlanProps
The associated API stages of a usage plan.- Specified by:
getApiStages
in interfaceCfnUsagePlanProps
-
getDescription
Description copied from interface:CfnUsagePlanProps
The description of a usage plan.- Specified by:
getDescription
in interfaceCfnUsagePlanProps
-
getQuota
Description copied from interface:CfnUsagePlanProps
The target maximum number of permitted requests per a given unit time interval.- Specified by:
getQuota
in interfaceCfnUsagePlanProps
-
getTags
Description copied from interface:CfnUsagePlanProps
The collection of tags.Each tag element is associated with a given resource.
- Specified by:
getTags
in interfaceCfnUsagePlanProps
-
getThrottle
Description copied from interface:CfnUsagePlanProps
A map containing method level throttling information for API stage in a usage plan.- Specified by:
getThrottle
in interfaceCfnUsagePlanProps
-
getUsagePlanName
Description copied from interface:CfnUsagePlanProps
The name of a usage plan.- Specified by:
getUsagePlanName
in interfaceCfnUsagePlanProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-