Class CfnAttributeGroupProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.servicecatalogappregistry.CfnAttributeGroupProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAttributeGroupProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnAttributeGroupProps
@Stability(Stable)
@Internal
public static final class CfnAttributeGroupProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAttributeGroupProps
An implementation for
CfnAttributeGroupProps-
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.CfnAttributeGroupProps
CfnAttributeGroupProps.Builder, CfnAttributeGroupProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnAttributeGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAttributeGroupProps.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 ObjectA nested object in a JSON or YAML template that supports arbitrary definitions.final StringThe description of the attribute group that the user provides.final StringgetName()The name of the attribute group.getTags()Key-value pairs you can use to associate with the 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 theCfnAttributeGroupProps.Builder.
-
-
Method Details
-
getAttributes
Description copied from interface:CfnAttributeGroupPropsA nested object in a JSON or YAML template that supports arbitrary definitions.Represents the attributes in an attribute group that describes an application and its components.
- Specified by:
getAttributesin interfaceCfnAttributeGroupProps
-
getName
Description copied from interface:CfnAttributeGroupPropsThe name of the attribute group.- Specified by:
getNamein interfaceCfnAttributeGroupProps
-
getDescription
Description copied from interface:CfnAttributeGroupPropsThe description of the attribute group that the user provides.- Specified by:
getDescriptionin interfaceCfnAttributeGroupProps
-
getTags
Description copied from interface:CfnAttributeGroupPropsKey-value pairs you can use to associate with the attribute group.- Specified by:
getTagsin interfaceCfnAttributeGroupProps
-
$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()
-