public static final class CfnMapProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnMapProps
CfnMapProps
CfnMapProps.Builder, CfnMapProps.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 |
getConfiguration()
Specifies the map style selected from an available data provider.
|
java.lang.String |
getDescription()
An optional description for the map resource.
|
java.lang.String |
getMapName()
The name for the map resource.
|
java.lang.String |
getPricingPlan()
No longer used.
|
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.Object getConfiguration()
CfnMapProps
getConfiguration
in interface CfnMapProps
public final java.lang.String getMapName()
CfnMapProps
Requirements:
ExampleMap
.getMapName
in interface CfnMapProps
public final java.lang.String getDescription()
CfnMapProps
getDescription
in interface CfnMapProps
public final java.lang.String getPricingPlan()
CfnMapProps
Allowed Values : RequestBasedUsage
getPricingPlan
in interface CfnMapProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()