public static final class AttributeGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AttributeGroupProps
AttributeGroupProps
AttributeGroupProps.Builder, AttributeGroupProps.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 |
getAttributeGroupName()
(experimental) Enforces a particular physical attribute group name.
|
java.util.Map<java.lang.String,java.lang.Object> |
getAttributes()
(experimental) A JSON of nested key-value pairs that represent the attributes in the group.
|
java.lang.String |
getDescription()
(experimental) Description for attribute 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.lang.String getAttributeGroupName()
AttributeGroupProps
getAttributeGroupName
in interface AttributeGroupProps
public final java.util.Map<java.lang.String,java.lang.Object> getAttributes()
AttributeGroupProps
Attributes maybe an empty JSON '{}', but must be explicitly stated.
getAttributes
in interface AttributeGroupProps
public final java.lang.String getDescription()
AttributeGroupProps
Default: - No description provided
getDescription
in interface AttributeGroupProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()