Class CfnPlaybackConfiguration.HttpRequestProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration.HttpRequestProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPlaybackConfiguration.HttpRequestProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPlaybackConfiguration.HttpRequestProperty
@Stability(Stable)
@Internal
public static final class CfnPlaybackConfiguration.HttpRequestProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPlaybackConfiguration.HttpRequestProperty
An implementation for
CfnPlaybackConfiguration.HttpRequestProperty-
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.mediatailor.CfnPlaybackConfiguration.HttpRequestProperty
CfnPlaybackConfiguration.HttpRequestProperty.Builder, CfnPlaybackConfiguration.HttpRequestProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPlaybackConfiguration.HttpRequestProperty.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 StringgetBody()The body of the request to the Ad Decision Server URL.final StringThe compression type of the request sent to the Ad Decision Server URL.final ObjectThe headers in the request sent to the Ad Decision Server URL.final StringSupported HTTP Methods for the request to the Ad Decision Server URL.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 theCfnPlaybackConfiguration.HttpRequestProperty.Builder.
-
-
Method Details
-
getBody
Description copied from interface:CfnPlaybackConfiguration.HttpRequestPropertyThe body of the request to the Ad Decision Server URL.The maximum length is 100,000 characters.
- Specified by:
getBodyin interfaceCfnPlaybackConfiguration.HttpRequestProperty- See Also:
-
getCompressRequest
Description copied from interface:CfnPlaybackConfiguration.HttpRequestPropertyThe compression type of the request sent to the Ad Decision Server URL.Only the POST HTTP Method permits compression other than NONE.
- Specified by:
getCompressRequestin interfaceCfnPlaybackConfiguration.HttpRequestProperty- See Also:
-
getHeaders
Description copied from interface:CfnPlaybackConfiguration.HttpRequestPropertyThe headers in the request sent to the Ad Decision Server URL.The max length is 10,000 characters.
Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getHeadersin interfaceCfnPlaybackConfiguration.HttpRequestProperty- See Also:
-
getHttpMethod
Description copied from interface:CfnPlaybackConfiguration.HttpRequestPropertySupported HTTP Methods for the request to the Ad Decision Server URL.- Specified by:
getHttpMethodin interfaceCfnPlaybackConfiguration.HttpRequestProperty- 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()
-