public static final class AlexaSkillDeployActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AlexaSkillDeployActionProps
AlexaSkillDeployActionProps
AlexaSkillDeployActionProps.Builder, AlexaSkillDeployActionProps.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 |
getActionName()
The physical, human-readable name of the Action.
|
java.lang.String |
getClientId()
The client id of the developer console token.
|
SecretValue |
getClientSecret()
The client secret of the developer console token.
|
Artifact |
getInput()
The source artifact containing the voice model and skill manifest.
|
Artifact |
getParameterOverridesArtifact()
An optional artifact containing overrides for the skill manifest.
|
SecretValue |
getRefreshToken()
The refresh token of the developer console token.
|
java.lang.Number |
getRunOrder()
The runOrder property for this Action.
|
java.lang.String |
getSkillId()
The Alexa skill id.
|
java.lang.String |
getVariablesNamespace()
The name of the namespace to use for variables emitted by this action.
|
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 getClientId()
AlexaSkillDeployActionProps
getClientId
in interface AlexaSkillDeployActionProps
public final SecretValue getClientSecret()
AlexaSkillDeployActionProps
getClientSecret
in interface AlexaSkillDeployActionProps
public final Artifact getInput()
AlexaSkillDeployActionProps
getInput
in interface AlexaSkillDeployActionProps
public final SecretValue getRefreshToken()
AlexaSkillDeployActionProps
getRefreshToken
in interface AlexaSkillDeployActionProps
public final java.lang.String getSkillId()
AlexaSkillDeployActionProps
getSkillId
in interface AlexaSkillDeployActionProps
public final Artifact getParameterOverridesArtifact()
AlexaSkillDeployActionProps
getParameterOverridesArtifact
in interface AlexaSkillDeployActionProps
public final java.lang.String getActionName()
CommonActionProps
Note that Action names must be unique within a single Stage.
getActionName
in interface CommonActionProps
public final java.lang.Number getRunOrder()
CommonActionProps
RunOrder determines the relative order in which multiple Actions in the same Stage execute.
Default: 1
getRunOrder
in interface CommonActionProps
public final java.lang.String getVariablesNamespace()
CommonActionProps
Default: - a name will be generated, based on the stage and action names, if any of the action's variables were referenced - otherwise, no namespace will be set
getVariablesNamespace
in interface CommonActionProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()