Class CfnUsagePlanMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.apigateway.CfnUsagePlanMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnUsagePlanMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUsagePlanMixinProps
@Stability(Stable)
@Internal
public static final class CfnUsagePlanMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUsagePlanMixinProps
An implementation for
CfnUsagePlanMixinProps-
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.cfnpropertymixins.services.apigateway.CfnUsagePlanMixinProps
CfnUsagePlanMixinProps.Builder, CfnUsagePlanMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnUsagePlanMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnUsagePlanMixinProps.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 ObjectThe associated API stages of a usage plan.final StringThe description of a usage plan.final ObjectgetQuota()The target maximum number of permitted requests per a given unit time interval.getTags()The collection of tags.final ObjectA map containing method level throttling information for API stage in a usage plan.final StringThe name of 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 theCfnUsagePlanMixinProps.Builder.
-
-
Method Details
-
getApiStages
Description copied from interface:CfnUsagePlanMixinPropsThe associated API stages of a usage plan.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnUsagePlanPropsMixin.ApiStageProperty>- Specified by:
getApiStagesin interfaceCfnUsagePlanMixinProps- See Also:
-
getDescription
Description copied from interface:CfnUsagePlanMixinPropsThe description of a usage plan.- Specified by:
getDescriptionin interfaceCfnUsagePlanMixinProps- See Also:
-
getQuota
Description copied from interface:CfnUsagePlanMixinPropsThe target maximum number of permitted requests per a given unit time interval.Returns union: either
IResolvableorCfnUsagePlanPropsMixin.QuotaSettingsProperty- Specified by:
getQuotain interfaceCfnUsagePlanMixinProps- See Also:
-
getTags
Description copied from interface:CfnUsagePlanMixinPropsThe collection of tags.Each tag element is associated with a given resource.
- Specified by:
getTagsin interfaceCfnUsagePlanMixinProps- See Also:
-
getThrottle
Description copied from interface:CfnUsagePlanMixinPropsA map containing method level throttling information for API stage in a usage plan.Returns union: either
IResolvableorCfnUsagePlanPropsMixin.ThrottleSettingsProperty- Specified by:
getThrottlein interfaceCfnUsagePlanMixinProps- See Also:
-
getUsagePlanName
Description copied from interface:CfnUsagePlanMixinPropsThe name of a usage plan.- Specified by:
getUsagePlanNamein interfaceCfnUsagePlanMixinProps- 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()
-