public static final class CfnPlacementProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPlacementProps
CfnPlacementProps
CfnPlacementProps.Builder, CfnPlacementProps.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.Object |
getAssociatedDevices()
The devices to associate with the placement, as defined by a mapping of zero or more key-value pairs wherein the key is a template name and the value is a device ID.
|
java.lang.Object |
getAttributes()
The user-defined attributes associated with the placement.
|
java.lang.String |
getPlacementName()
The name of the placement.
|
java.lang.String |
getProjectName()
The name of the project containing the placement.
|
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 getProjectName()
CfnPlacementProps
getProjectName
in interface CfnPlacementProps
public final java.lang.Object getAssociatedDevices()
CfnPlacementProps
getAssociatedDevices
in interface CfnPlacementProps
public final java.lang.Object getAttributes()
CfnPlacementProps
getAttributes
in interface CfnPlacementProps
public final java.lang.String getPlacementName()
CfnPlacementProps
getPlacementName
in interface CfnPlacementProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()