public static final class CfnStackSet.ParameterProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnStackSet.ParameterProperty
CfnStackSet.ParameterProperty
CfnStackSet.ParameterProperty.Builder, CfnStackSet.ParameterProperty.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 |
getParameterKey()
The key associated with the parameter.
|
java.lang.String |
getParameterValue()
The input value associated with the parameter.
|
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 getParameterKey()
CfnStackSet.ParameterProperty
If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that's specified in your template.
getParameterKey
in interface CfnStackSet.ParameterProperty
public final java.lang.String getParameterValue()
CfnStackSet.ParameterProperty
getParameterValue
in interface CfnStackSet.ParameterProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()