public static final class AliasAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AliasAttributes
AliasAttributes
AliasAttributes.Builder, AliasAttributes.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 |
getAliasName()
Specifies the alias name.
|
IKey |
getAliasTargetKey()
The customer master key (CMK) to which the Alias refers.
|
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 getAliasName()
AliasAttributes
This value must begin with alias/ followed by a name (i.e. alias/ExampleAlias)
getAliasName
in interface AliasAttributes
public final IKey getAliasTargetKey()
AliasAttributes
getAliasTargetKey
in interface AliasAttributes
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()