Class SGEntity.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.aws.awsprototypingsdk.cdkgraph.SGEntity.Jsii$Proxy
-
-
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.SGEntity
SGEntity.Builder, SGEntity.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(SGEntity.Builder builder)Constructor that initializes the object based on literal property values passed by theSGEntity.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.List<FlagEnum>getFlags()(experimental) Serializable entity flags.List<software.constructs.MetadataEntry>getMetadata()(experimental) Serializable entity metadata.Map<String,String>getTags()(experimental) Serializable entity tags.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(SGEntity.Builder builder)
Constructor that initializes the object based on literal property values passed by theSGEntity.Builder.
-
-
Method Detail
-
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
-
-