StartFlowRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The clientToken parameter is an idempotency token. It ensures that your StartFlow request completes only once. You choose the value to pass. For example, if you don't receive a response from your request, you can safely retry the request with the same clientToken parameter value.

Link copied to clipboard

The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.

Functions

Link copied to clipboard
inline fun copy(block: StartFlowRequest.Builder.() -> Unit = {}): StartFlowRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String