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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.events.CfnRule.HttpParametersProperty
CfnRule.HttpParametersProperty.Builder, CfnRule.HttpParametersProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRule.HttpParametersProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectThe 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 ObjectThe query string keys/values that need to be sent as part of request invoking the API Gateway API or EventBridge ApiDestination.final inthashCode()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.HttpParametersPropertyThe headers that need to be sent as part of request invoking the API Gateway API or EventBridge ApiDestination.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getHeaderParametersin interfaceCfnRule.HttpParametersProperty- See Also:
-
getPathParameterValues
Description copied from interface:CfnRule.HttpParametersPropertyThe path parameter values to be used to populate API Gateway API or EventBridge ApiDestination path wildcards ("*").- Specified by:
getPathParameterValuesin interfaceCfnRule.HttpParametersProperty- See Also:
-
getQueryStringParameters
Description copied from interface:CfnRule.HttpParametersPropertyThe query string keys/values that need to be sent as part of request invoking the API Gateway API or EventBridge ApiDestination.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getQueryStringParametersin interfaceCfnRule.HttpParametersProperty- See Also:
-
$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()
-