public static final class CfnEntity.ComponentProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEntity.ComponentProperty
CfnEntity.ComponentProperty
CfnEntity.ComponentProperty.Builder, CfnEntity.ComponentProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getComponentName()
The name of the component.
|
java.lang.String |
getComponentTypeId()
The ID of the ComponentType.
|
java.lang.String |
getDefinedIn()
The name of the property definition set in the request.
|
java.lang.String |
getDescription()
The description of the component.
|
java.lang.Object |
getProperties()
An object that maps strings to the properties to set in the component type.
|
java.lang.Object |
getStatus()
The status of the component.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getComponentName()
CfnEntity.ComponentProperty
getComponentName
in interface CfnEntity.ComponentProperty
public final java.lang.String getComponentTypeId()
CfnEntity.ComponentProperty
getComponentTypeId
in interface CfnEntity.ComponentProperty
public final java.lang.String getDefinedIn()
CfnEntity.ComponentProperty
getDefinedIn
in interface CfnEntity.ComponentProperty
public final java.lang.String getDescription()
CfnEntity.ComponentProperty
getDescription
in interface CfnEntity.ComponentProperty
public final java.lang.Object getProperties()
CfnEntity.ComponentProperty
Each string in the mapping must be unique to this object.
getProperties
in interface CfnEntity.ComponentProperty
public final java.lang.Object getStatus()
CfnEntity.ComponentProperty
getStatus
in interface CfnEntity.ComponentProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()