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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.servicecatalogappregistry.alpha.AttributeGroupAssociationProps
AttributeGroupAssociationProps.Builder, AttributeGroupAssociationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theAttributeGroupAssociationProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal 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 inthashCode()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:
getAttributeGroupNamein 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:
getAttributesin interfaceAttributeGroupAssociationProps
-
getDescription
Description copied from interface:AttributeGroupAssociationProps(experimental) Description for attribute group.Default: - No description provided
- Specified by:
getDescriptionin interfaceAttributeGroupAssociationProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-