Class AttributeGroupAssociationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.servicecatalogappregistry.alpha.AttributeGroupAssociationProps.Jsii$Proxy
- All Implemented Interfaces:
AttributeGroupAssociationProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AttributeGroupAssociationProps
@Stability(Experimental)
@Internal
public static final class AttributeGroupAssociationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AttributeGroupAssociationProps
An implementation for
AttributeGroupAssociationProps
-
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.AttributeGroupAssociationProps
AttributeGroupAssociationProps.Builder, AttributeGroupAssociationProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theAttributeGroupAssociationProps.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) Name for attribute group.(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 theAttributeGroupAssociationProps.Builder
.
-
-
Method Details
-
getAttributeGroupName
Description copied from interface:AttributeGroupAssociationProps
(experimental) Name for attribute group.- Specified by:
getAttributeGroupName
in interfaceAttributeGroupAssociationProps
-
getAttributes
Description copied from interface:AttributeGroupAssociationProps
(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 interfaceAttributeGroupAssociationProps
-
getDescription
Description copied from interface:AttributeGroupAssociationProps
(experimental) Description for attribute group.Default: - No description provided
- Specified by:
getDescription
in interfaceAttributeGroupAssociationProps
-
$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()
-