Class ApiKeyOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigatewayv2.ApiKeyOptions.Jsii$Proxy
- All Implemented Interfaces:
ApiKeyOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ApiKeyOptions
@Stability(Stable)
@Internal
public static final class ApiKeyOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ApiKeyOptions
An implementation for
ApiKeyOptions-
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.apigatewayv2.ApiKeyOptions
ApiKeyOptions.Builder, ApiKeyOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ApiKeyOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theApiKeyOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theApiKeyOptions.Builder.
-
-
Method Details
-
getApiKeyName
Description copied from interface:ApiKeyOptionsA 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:
getApiKeyNamein interfaceApiKeyOptions
-
getDescription
Description copied from interface:ApiKeyOptionsA description of the purpose of the API key.Default: none
- Specified by:
getDescriptionin interfaceApiKeyOptions
-
getValue
Description copied from interface:ApiKeyOptionsThe value of the API key.Must be at least 20 characters long.
Default: none
- Specified by:
getValuein interfaceApiKeyOptions
-
$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()
-