Class PropertyMutationMetadataEntry.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.amazon.awscdk.cloudassembly.schema.PropertyMutationMetadataEntry.Jsii$Proxy
-
- All Implemented Interfaces:
PropertyMutationMetadataEntry,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- PropertyMutationMetadataEntry
@Stability(Stable) @Internal public static final class PropertyMutationMetadataEntry.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PropertyMutationMetadataEntry
An implementation forPropertyMutationMetadataEntry
-
-
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.amazon.awscdk.cloudassembly.schema.PropertyMutationMetadataEntry
PropertyMutationMetadataEntry.Builder, PropertyMutationMetadataEntry.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(PropertyMutationMetadataEntry.Builder builder)Constructor that initializes the object based on literal property values passed by thePropertyMutationMetadataEntry.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetPropertyName()Name of the property.List<String>getStackTrace()Stack trace of the mutation.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(PropertyMutationMetadataEntry.Builder builder)
Constructor that initializes the object based on literal property values passed by thePropertyMutationMetadataEntry.Builder.
-
-
Method Detail
-
getPropertyName
public final String getPropertyName()
Description copied from interface:PropertyMutationMetadataEntryName of the property.- Specified by:
getPropertyNamein interfacePropertyMutationMetadataEntry
-
getStackTrace
public final List<String> getStackTrace()
Description copied from interface:PropertyMutationMetadataEntryStack trace of the mutation.- Specified by:
getStackTracein interfacePropertyMutationMetadataEntry
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-