public static final class CfnKeyGroup.KeyGroupConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnKeyGroup.KeyGroupConfigProperty
CfnKeyGroup.KeyGroupConfigProperty
CfnKeyGroup.KeyGroupConfigProperty.Builder, CfnKeyGroup.KeyGroupConfigProperty.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 |
getComment()
A comment to describe the key group.
|
java.util.List<java.lang.String> |
getItems()
A list of the identifiers of the public keys in the key group.
|
java.lang.String |
getName()
A name to identify the key group.
|
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.util.List<java.lang.String> getItems()
CfnKeyGroup.KeyGroupConfigProperty
getItems
in interface CfnKeyGroup.KeyGroupConfigProperty
public final java.lang.String getName()
CfnKeyGroup.KeyGroupConfigProperty
getName
in interface CfnKeyGroup.KeyGroupConfigProperty
public final java.lang.String getComment()
CfnKeyGroup.KeyGroupConfigProperty
The comment cannot be longer than 128 characters.
getComment
in interface CfnKeyGroup.KeyGroupConfigProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()