Class ApiKeyProps.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the ApiKeyProps.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 String
    A name for the API key.
    final String
    An AWS Marketplace customer identifier to use when integrating with the AWS SaaS Marketplace.
    final String
    A description of the purpose of the API key.
    final Boolean
    Indicates whether the API key can be used by clients.
    final Boolean
    Specifies whether the key identifier is distinct from the created API key value.
    final String
    The value of the API key.
    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(ApiKeyProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ApiKeyProps.Builder.
  • Method Details

    • getCustomerId

      public final String getCustomerId()
      Description copied from interface: ApiKeyProps
      An AWS Marketplace customer identifier to use when integrating with the AWS SaaS Marketplace.

      Default: none

      Specified by:
      getCustomerId in interface ApiKeyProps
    • getEnabled

      public final Boolean getEnabled()
      Description copied from interface: ApiKeyProps
      Indicates whether the API key can be used by clients.

      Default: true

      Specified by:
      getEnabled in interface ApiKeyProps
    • getGenerateDistinctId

      public final Boolean getGenerateDistinctId()
      Description copied from interface: ApiKeyProps
      Specifies whether the key identifier is distinct from the created API key value.

      Default: false

      Specified by:
      getGenerateDistinctId in interface ApiKeyProps
    • getApiKeyName

      public final String getApiKeyName()
      Description copied from interface: ApiKeyOptions
      A name for the API key.

      If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the API key name.

      Default: automatically generated name

      Specified by:
      getApiKeyName in interface ApiKeyOptions
    • getDescription

      public final String getDescription()
      Description copied from interface: ApiKeyOptions
      A description of the purpose of the API key.

      Default: none

      Specified by:
      getDescription in interface ApiKeyOptions
    • getValue

      public final String getValue()
      Description copied from interface: ApiKeyOptions
      The value of the API key.

      Must be at least 20 characters long.

      Default: none

      Specified by:
      getValue in interface ApiKeyOptions
    • $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