public static final class CfnAttributeGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAttributeGroupProps
CfnAttributeGroupProps
CfnAttributeGroupProps.Builder, CfnAttributeGroupProps.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.Object |
getAttributes()
A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.
|
java.lang.String |
getDescription()
The description of the attribute group that the user provides.
|
java.lang.String |
getName()
The name of the attribute group.
|
java.util.Map<java.lang.String,java.lang.String> |
getTags()
Key-value pairs you can use to associate with the 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.Object getAttributes()
CfnAttributeGroupProps
getAttributes
in interface CfnAttributeGroupProps
public final java.lang.String getName()
CfnAttributeGroupProps
getName
in interface CfnAttributeGroupProps
public final java.lang.String getDescription()
CfnAttributeGroupProps
getDescription
in interface CfnAttributeGroupProps
public final java.util.Map<java.lang.String,java.lang.String> getTags()
CfnAttributeGroupProps
getTags
in interface CfnAttributeGroupProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()