Class CfnPipe.PipeEnrichmentHttpParametersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pipes.CfnPipe.PipeEnrichmentHttpParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPipe.PipeEnrichmentHttpParametersProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPipe.PipeEnrichmentHttpParametersProperty
@Stability(Stable)
@Internal
public static final class CfnPipe.PipeEnrichmentHttpParametersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPipe.PipeEnrichmentHttpParametersProperty
An implementation for
CfnPipe.PipeEnrichmentHttpParametersProperty-
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.pipes.CfnPipe.PipeEnrichmentHttpParametersProperty
CfnPipe.PipeEnrichmentHttpParametersProperty.Builder, CfnPipe.PipeEnrichmentHttpParametersProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPipe.PipeEnrichmentHttpParametersProperty.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 REST API or EventBridge ApiDestination.The path parameter values to be used to populate API Gateway REST 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 REST 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 theCfnPipe.PipeEnrichmentHttpParametersProperty.Builder.
-
-
Method Details
-
getHeaderParameters
Description copied from interface:CfnPipe.PipeEnrichmentHttpParametersPropertyThe headers that need to be sent as part of request invoking the API Gateway REST API or EventBridge ApiDestination.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getHeaderParametersin interfaceCfnPipe.PipeEnrichmentHttpParametersProperty- See Also:
-
getPathParameterValues
Description copied from interface:CfnPipe.PipeEnrichmentHttpParametersPropertyThe path parameter values to be used to populate API Gateway REST API or EventBridge ApiDestination path wildcards ("*").- Specified by:
getPathParameterValuesin interfaceCfnPipe.PipeEnrichmentHttpParametersProperty- See Also:
-
getQueryStringParameters
Description copied from interface:CfnPipe.PipeEnrichmentHttpParametersPropertyThe query string keys/values that need to be sent as part of request invoking the API Gateway REST API or EventBridge ApiDestination.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getQueryStringParametersin interfaceCfnPipe.PipeEnrichmentHttpParametersProperty- 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()
-