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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.servicecatalogappregistry.alpha.AttributeGroupProps
AttributeGroupProps.Builder, AttributeGroupProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(AttributeGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theAttributeGroupProps.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) 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 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 theAttributeGroupProps.Builder.
-
-
Method Details
-
getAttributeGroupName
Description copied from interface:AttributeGroupProps(experimental) Enforces a particular physical attribute group name.- Specified by:
getAttributeGroupNamein 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:
getAttributesin interfaceAttributeGroupProps
-
getDescription
Description copied from interface:AttributeGroupProps(experimental) Description for attribute group.Default: - No description provided
- Specified by:
getDescriptionin interfaceAttributeGroupProps
-
$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()
-