public static final class CfnServiceActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnServiceActionProps
CfnServiceActionProps
CfnServiceActionProps.Builder, CfnServiceActionProps.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 |
getAcceptLanguage()
The language code.
|
java.lang.Object |
getDefinition()
A map that defines the self-service action.
|
java.lang.String |
getDefinitionType()
The self-service action definition type.
|
java.lang.String |
getDescription()
The self-service action description.
|
java.lang.String |
getName()
The self-service action name.
|
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 getDefinition()
CfnServiceActionProps
getDefinition
in interface CfnServiceActionProps
public final java.lang.String getDefinitionType()
CfnServiceActionProps
For example, SSM_AUTOMATION
.
getDefinitionType
in interface CfnServiceActionProps
public final java.lang.String getName()
CfnServiceActionProps
getName
in interface CfnServiceActionProps
public final java.lang.String getAcceptLanguage()
CfnServiceActionProps
en
- English (default)jp
- Japanesezh
- ChinesegetAcceptLanguage
in interface CfnServiceActionProps
public final java.lang.String getDescription()
CfnServiceActionProps
getDescription
in interface CfnServiceActionProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()