Class CfnConnection.ParameterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.events.CfnConnection.ParameterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConnection.ParameterProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnection.ParameterProperty
@Stability(Stable)
@Internal
public static final class CfnConnection.ParameterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnection.ParameterProperty
An implementation for
CfnConnection.ParameterProperty
-
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.events.CfnConnection.ParameterProperty
CfnConnection.ParameterProperty.Builder, CfnConnection.ParameterProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnConnection.ParameterProperty.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 TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Specifies whether the value is secret.final String
getKey()
The key for a query string parameter.final String
getValue()
The value associated with the key for the query string parameter.final int
hashCode()
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 theCfnConnection.ParameterProperty.Builder
.
-
-
Method Details
-
getKey
Description copied from interface:CfnConnection.ParameterProperty
The key for a query string parameter.- Specified by:
getKey
in interfaceCfnConnection.ParameterProperty
-
getValue
Description copied from interface:CfnConnection.ParameterProperty
The value associated with the key for the query string parameter.- Specified by:
getValue
in interfaceCfnConnection.ParameterProperty
-
getIsValueSecret
Description copied from interface:CfnConnection.ParameterProperty
Specifies whether the value is secret.- Specified by:
getIsValueSecret
in interfaceCfnConnection.ParameterProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-