ToolOverrideInputValueConfiguration
Configuration for overriding tool input values.
Inheritors
Types
Link copied to clipboard
data class Constant(val value: ToolOverrideConstantInputValue) : ToolOverrideInputValueConfiguration
Constant input value configuration for tool override.
Link copied to clipboard
Functions
Link copied to clipboard
Casts this ToolOverrideInputValueConfiguration as a Constant and retrieves its aws.sdk.kotlin.services.qconnect.model.ToolOverrideConstantInputValue value. Throws an exception if the ToolOverrideInputValueConfiguration is not a Constant.
Link copied to clipboard
Casts this ToolOverrideInputValueConfiguration as a Constant and retrieves its aws.sdk.kotlin.services.qconnect.model.ToolOverrideConstantInputValue value. Returns null if the ToolOverrideInputValueConfiguration is not a Constant.