Class CfnDeliveryStream.HttpEndpointRequestConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.HttpEndpointRequestConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeliveryStream.HttpEndpointRequestConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeliveryStream.HttpEndpointRequestConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDeliveryStream.HttpEndpointRequestConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeliveryStream.HttpEndpointRequestConfigurationProperty
An implementation for
CfnDeliveryStream.HttpEndpointRequestConfigurationProperty-
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.kinesisfirehose.CfnDeliveryStream.HttpEndpointRequestConfigurationProperty
CfnDeliveryStream.HttpEndpointRequestConfigurationProperty.Builder, CfnDeliveryStream.HttpEndpointRequestConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeliveryStream.HttpEndpointRequestConfigurationProperty.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 ObjectDescribes the metadata sent to the HTTP endpoint destination.final StringKinesis Data Firehose uses the content encoding to compress the body of a request before sending the request to the destination.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 theCfnDeliveryStream.HttpEndpointRequestConfigurationProperty.Builder.
-
-
Method Details
-
getCommonAttributes
Description copied from interface:CfnDeliveryStream.HttpEndpointRequestConfigurationPropertyDescribes the metadata sent to the HTTP endpoint destination.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDeliveryStream.HttpEndpointCommonAttributeProperty>- Specified by:
getCommonAttributesin interfaceCfnDeliveryStream.HttpEndpointRequestConfigurationProperty- See Also:
-
getContentEncoding
Description copied from interface:CfnDeliveryStream.HttpEndpointRequestConfigurationPropertyKinesis Data Firehose uses the content encoding to compress the body of a request before sending the request to the destination.For more information, see Content-Encoding in MDN Web Docs, the official Mozilla documentation.
- Specified by:
getContentEncodingin interfaceCfnDeliveryStream.HttpEndpointRequestConfigurationProperty- 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()
-