Class CfnRule.HttpParametersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.events.CfnRule.HttpParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRule.HttpParametersProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRule.HttpParametersProperty
@Stability(Stable)
@Internal
public static final class CfnRule.HttpParametersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRule.HttpParametersProperty
An implementation for
CfnRule.HttpParametersProperty
-
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.CfnRule.HttpParametersProperty
CfnRule.HttpParametersProperty.Builder, CfnRule.HttpParametersProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRule.HttpParametersProperty.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
The headers that need to be sent as part of request invoking the API Gateway API or EventBridge ApiDestination.The path parameter values to be used to populate API Gateway API or EventBridge ApiDestination path wildcards ("*").final Object
The query string keys/values that need to be sent as part of request invoking the API Gateway API or EventBridge ApiDestination.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 theCfnRule.HttpParametersProperty.Builder
.
-
-
Method Details
-
getHeaderParameters
Description copied from interface:CfnRule.HttpParametersProperty
The headers that need to be sent as part of request invoking the API Gateway API or EventBridge ApiDestination.- Specified by:
getHeaderParameters
in interfaceCfnRule.HttpParametersProperty
- See Also:
-
getPathParameterValues
Description copied from interface:CfnRule.HttpParametersProperty
The path parameter values to be used to populate API Gateway API or EventBridge ApiDestination path wildcards ("*").- Specified by:
getPathParameterValues
in interfaceCfnRule.HttpParametersProperty
- See Also:
-
getQueryStringParameters
Description copied from interface:CfnRule.HttpParametersProperty
The query string keys/values that need to be sent as part of request invoking the API Gateway API or EventBridge ApiDestination.- Specified by:
getQueryStringParameters
in interfaceCfnRule.HttpParametersProperty
- See Also:
-
$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()
-