Class InferredNodeProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.aws.awsprototypingsdk.cdkgraph.InferredNodeProps.Jsii$Proxy
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,InferredNodeProps,SGEntity
- Enclosing interface:
- InferredNodeProps
@Stability(Experimental) @Internal public static final class InferredNodeProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements InferredNodeProps
An implementation forInferredNodeProps
-
-
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.aws.awsprototypingsdk.cdkgraph.InferredNodeProps
InferredNodeProps.Builder, InferredNodeProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.protectedJsii$Proxy(InferredNodeProps.Builder builder)Constructor that initializes the object based on literal property values passed by theInferredNodeProps.Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)Map<String,Object>getAttributes()(experimental) Serializable entity attributes.StringgetCfnType()ConstructInfogetConstructInfo()List<String>getDependencies()List<FlagEnum>getFlags()(experimental) Serializable entity flags.StringgetLogicalId()List<software.constructs.MetadataEntry>getMetadata()(experimental) Serializable entity metadata.Map<String,String>getTags()(experimental) Serializable entity tags.List<SGUnresolvedReference>getUnresolvedReferences()StringgetUuid()(experimental) Universally unique identity.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(InferredNodeProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theInferredNodeProps.Builder.
-
-
Method Detail
-
getDependencies
public final List<String> getDependencies()
- Specified by:
getDependenciesin interfaceInferredNodeProps
-
getUnresolvedReferences
public final List<SGUnresolvedReference> getUnresolvedReferences()
- Specified by:
getUnresolvedReferencesin interfaceInferredNodeProps
-
getCfnType
public final String getCfnType()
- Specified by:
getCfnTypein interfaceInferredNodeProps
-
getConstructInfo
public final ConstructInfo getConstructInfo()
- Specified by:
getConstructInfoin interfaceInferredNodeProps
-
getLogicalId
public final String getLogicalId()
- Specified by:
getLogicalIdin interfaceInferredNodeProps
-
getUuid
public final String getUuid()
Description copied from interface:SGEntity(experimental) Universally unique identity.
-
getAttributes
public final Map<String,Object> getAttributes()
Description copied from interface:SGEntity(experimental) Serializable entity attributes.- Specified by:
getAttributesin interfaceSGEntity- See Also:
- Attributes
-
getFlags
public final List<FlagEnum> getFlags()
Description copied from interface:SGEntity(experimental) Serializable entity flags.
-
getMetadata
public final List<software.constructs.MetadataEntry> getMetadata()
Description copied from interface:SGEntity(experimental) Serializable entity metadata.- Specified by:
getMetadatain interfaceSGEntity- See Also:
- Metadata
-
getTags
public final Map<String,String> getTags()
Description copied from interface:SGEntity(experimental) Serializable entity tags.
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-