public static final class PlaybackKeyPairProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PlaybackKeyPairProps
PlaybackKeyPairProps
PlaybackKeyPairProps.Builder, PlaybackKeyPairProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getName()
(experimental) An arbitrary string (a nickname) assigned to a playback key pair that helps the customer identify that resource.
|
java.lang.String |
getPublicKeyMaterial()
(experimental) The public portion of a customer-generated key pair.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getPublicKeyMaterial()
PlaybackKeyPairProps
getPublicKeyMaterial
in interface PlaybackKeyPairProps
public final java.lang.String getName()
PlaybackKeyPairProps
The value does not need to be unique.
Default: None
getName
in interface PlaybackKeyPairProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()