Class PlaybackKeyPairProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ivs.alpha.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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ivs.alpha.PlaybackKeyPairProps
PlaybackKeyPairProps.Builder, PlaybackKeyPairProps.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(PlaybackKeyPairProps.Builder builder) Constructor that initializes the object based on literal property values passed by thePlaybackKeyPairProps.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 String(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 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 thePlaybackKeyPairProps.Builder. 
 - 
 - 
Method Details
- 
getPublicKeyMaterial
Description copied from interface:PlaybackKeyPairProps(experimental) The public portion of a customer-generated key pair.- Specified by:
 getPublicKeyMaterialin interfacePlaybackKeyPairProps
 - 
getPlaybackKeyPairName
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: Automatically generated name
- Specified by:
 getPlaybackKeyPairNamein interfacePlaybackKeyPairProps
 - 
$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() 
 -