Class CfnOriginEndpointPolicyProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpointPolicyProps.Jsii$Proxy
- All Implemented Interfaces:
CfnOriginEndpointPolicyProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOriginEndpointPolicyProps
@Stability(Stable)
@Internal
public static final class CfnOriginEndpointPolicyProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOriginEndpointPolicyProps
An implementation for
CfnOriginEndpointPolicyProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpointPolicyProps
CfnOriginEndpointPolicyProps.Builder, CfnOriginEndpointPolicyProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnOriginEndpointPolicyProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The name of the channel group associated with the origin endpoint policy.final String
The channel name associated with the origin endpoint policy.final String
The name of the origin endpoint associated with the origin endpoint policy.final Object
The policy associated with the origin endpoint.final int
hashCode()
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 theCfnOriginEndpointPolicyProps.Builder
.
-
-
Method Details
-
getChannelGroupName
Description copied from interface:CfnOriginEndpointPolicyProps
The name of the channel group associated with the origin endpoint policy.- Specified by:
getChannelGroupName
in interfaceCfnOriginEndpointPolicyProps
- See Also:
-
getChannelName
Description copied from interface:CfnOriginEndpointPolicyProps
The channel name associated with the origin endpoint policy.- Specified by:
getChannelName
in interfaceCfnOriginEndpointPolicyProps
- See Also:
-
getOriginEndpointName
Description copied from interface:CfnOriginEndpointPolicyProps
The name of the origin endpoint associated with the origin endpoint policy.- Specified by:
getOriginEndpointName
in interfaceCfnOriginEndpointPolicyProps
- See Also:
-
getPolicy
Description copied from interface:CfnOriginEndpointPolicyProps
The policy associated with the origin endpoint.- Specified by:
getPolicy
in interfaceCfnOriginEndpointPolicyProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-