Class AttributeGroupProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.servicecatalogappregistry.alpha.AttributeGroupProps.Jsii$Proxy
- All Implemented Interfaces:
AttributeGroupProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AttributeGroupProps
@Stability(Experimental)
@Internal
public static final class AttributeGroupProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AttributeGroupProps
An implementation for
AttributeGroupProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.servicecatalogappregistry.alpha.AttributeGroupProps
AttributeGroupProps.Builder, AttributeGroupProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(AttributeGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theAttributeGroupProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
(experimental) Enforces a particular physical attribute group name.(experimental) A JSON of nested key-value pairs that represent the attributes in the group.final String
(experimental) Description for attribute group.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theAttributeGroupProps.Builder
.
-
-
Method Details
-
getAttributeGroupName
Description copied from interface:AttributeGroupProps
(experimental) Enforces a particular physical attribute group name.- Specified by:
getAttributeGroupName
in interfaceAttributeGroupProps
-
getAttributes
Description copied from interface:AttributeGroupProps
(experimental) A JSON of nested key-value pairs that represent the attributes in the group.Attributes maybe an empty JSON '{}', but must be explicitly stated.
- Specified by:
getAttributes
in interfaceAttributeGroupProps
-
getDescription
Description copied from interface:AttributeGroupProps
(experimental) Description for attribute group.Default: - No description provided
- Specified by:
getDescription
in interfaceAttributeGroupProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-