Class CfnUsagePlan.ApiStageProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigateway.CfnUsagePlan.ApiStageProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnUsagePlan.ApiStageProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUsagePlan.ApiStageProperty
@Stability(Stable)
@Internal
public static final class CfnUsagePlan.ApiStageProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUsagePlan.ApiStageProperty
An implementation for
CfnUsagePlan.ApiStageProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.apigateway.CfnUsagePlan.ApiStageProperty
CfnUsagePlan.ApiStageProperty.Builder, CfnUsagePlan.ApiStageProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnUsagePlan.ApiStageProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringgetApiId()API Id of the associated API stage in a usage plan.final StringgetStage()API stage name of the associated API stage in a usage plan.final ObjectMap containing method level throttling information for API stage in a usage plan.final inthashCode()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 theCfnUsagePlan.ApiStageProperty.Builder.
-
-
Method Details
-
getApiId
Description copied from interface:CfnUsagePlan.ApiStagePropertyAPI Id of the associated API stage in a usage plan.- Specified by:
getApiIdin interfaceCfnUsagePlan.ApiStageProperty- See Also:
-
getStage
Description copied from interface:CfnUsagePlan.ApiStagePropertyAPI stage name of the associated API stage in a usage plan.- Specified by:
getStagein interfaceCfnUsagePlan.ApiStageProperty- See Also:
-
getThrottle
Description copied from interface:CfnUsagePlan.ApiStagePropertyMap containing method level throttling information for API stage in a usage plan.- Specified by:
getThrottlein interfaceCfnUsagePlan.ApiStageProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-