Class OriginEndpointPolicyReference.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediapackagev2.OriginEndpointPolicyReference.Jsii$Proxy
- All Implemented Interfaces:
OriginEndpointPolicyReference
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
OriginEndpointPolicyReference
@Stability(Stable)
@Internal
public static final class OriginEndpointPolicyReference.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements OriginEndpointPolicyReference
An implementation for
OriginEndpointPolicyReference
-
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.OriginEndpointPolicyReference
OriginEndpointPolicyReference.Builder, OriginEndpointPolicyReference.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theOriginEndpointPolicyReference.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 ChannelGroupName of the OriginEndpointPolicy resource.final String
The ChannelName of the OriginEndpointPolicy resource.final String
The OriginEndpointName of the OriginEndpointPolicy resource.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 theOriginEndpointPolicyReference.Builder
.
-
-
Method Details
-
getChannelGroupName
Description copied from interface:OriginEndpointPolicyReference
The ChannelGroupName of the OriginEndpointPolicy resource.- Specified by:
getChannelGroupName
in interfaceOriginEndpointPolicyReference
-
getChannelName
Description copied from interface:OriginEndpointPolicyReference
The ChannelName of the OriginEndpointPolicy resource.- Specified by:
getChannelName
in interfaceOriginEndpointPolicyReference
-
getOriginEndpointName
Description copied from interface:OriginEndpointPolicyReference
The OriginEndpointName of the OriginEndpointPolicy resource.- Specified by:
getOriginEndpointName
in interfaceOriginEndpointPolicyReference
-
$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()
-