Class CfnPipe.PipeTargetHttpParametersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pipes.CfnPipe.PipeTargetHttpParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPipe.PipeTargetHttpParametersProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPipe.PipeTargetHttpParametersProperty
@Stability(Stable)
@Internal
public static final class CfnPipe.PipeTargetHttpParametersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPipe.PipeTargetHttpParametersProperty
An implementation for
CfnPipe.PipeTargetHttpParametersProperty-
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.PipeTargetHttpParametersProperty
CfnPipe.PipeTargetHttpParametersProperty.Builder, CfnPipe.PipeTargetHttpParametersProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPipe.PipeTargetHttpParametersProperty.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.PipeTargetHttpParametersProperty.Builder.
-
-
Method Details
-
getHeaderParameters
Description copied from interface:CfnPipe.PipeTargetHttpParametersPropertyThe 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.PipeTargetHttpParametersProperty- See Also:
-
getPathParameterValues
Description copied from interface:CfnPipe.PipeTargetHttpParametersPropertyThe path parameter values to be used to populate API Gateway REST API or EventBridge ApiDestination path wildcards ("*").- Specified by:
getPathParameterValuesin interfaceCfnPipe.PipeTargetHttpParametersProperty- See Also:
-
getQueryStringParameters
Description copied from interface:CfnPipe.PipeTargetHttpParametersPropertyThe 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.PipeTargetHttpParametersProperty- 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()
-