Class ThrottlingPerMethod.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigateway.ThrottlingPerMethod.Jsii$Proxy
All Implemented Interfaces:
ThrottlingPerMethod, software.amazon.jsii.JsiiSerializable
Enclosing interface:
ThrottlingPerMethod

@Stability(Stable) @Internal public static final class ThrottlingPerMethod.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ThrottlingPerMethod
An implementation for ThrottlingPerMethod
  • 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.ThrottlingPerMethod

    ThrottlingPerMethod.Builder, ThrottlingPerMethod.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the ThrottlingPerMethod.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Method
    [disable-awslint:ref-via-interface] The method for which you specify the throttling settings.
    Specifies the overall request rate (average requests per second) and burst capacity.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(ThrottlingPerMethod.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ThrottlingPerMethod.Builder.
  • Method Details

    • getMethod

      public final Method getMethod()
      Description copied from interface: ThrottlingPerMethod
      [disable-awslint:ref-via-interface] The method for which you specify the throttling settings.

      Default: none

      Specified by:
      getMethod in interface ThrottlingPerMethod
    • getThrottle

      public final ThrottleSettings getThrottle()
      Description copied from interface: ThrottlingPerMethod
      Specifies the overall request rate (average requests per second) and burst capacity.

      Default: none

      Specified by:
      getThrottle in interface ThrottlingPerMethod
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object