Class PlaybackKeyPairProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ivs.PlaybackKeyPairProps.Jsii$Proxy
- All Implemented Interfaces:
PlaybackKeyPairProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- PlaybackKeyPairProps
@Stability(Experimental)
@Internal
public static final class PlaybackKeyPairProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements PlaybackKeyPairProps
An implementation for
PlaybackKeyPairProps
-
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.ivs.PlaybackKeyPairProps
PlaybackKeyPairProps.Builder, PlaybackKeyPairProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(PlaybackKeyPairProps.Builder builder) Constructor that initializes the object based on literal property values passed by thePlaybackKeyPairProps.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
getName()
(experimental) An arbitrary string (a nickname) assigned to a playback key pair that helps the customer identify that resource.final String
(experimental) The public portion of a customer-generated key pair.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 thePlaybackKeyPairProps.Builder
.
-
-
Method Details
-
getPublicKeyMaterial
Description copied from interface:PlaybackKeyPairProps
(experimental) The public portion of a customer-generated key pair.- Specified by:
getPublicKeyMaterial
in interfacePlaybackKeyPairProps
-
getName
Description copied from interface:PlaybackKeyPairProps
(experimental) An arbitrary string (a nickname) assigned to a playback key pair that helps the customer identify that resource.The value does not need to be unique.
Default: None
- Specified by:
getName
in interfacePlaybackKeyPairProps
-
$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()
-