AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
appflow
/
aws.sdk.kotlin.services.appflow.model
/
StopFlowRequest
Stop
Flow
Request
class
StopFlowRequest
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
flow
Name
Link copied to clipboard
val
flowName
:
String
?
The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
StopFlowRequest.Builder
.
(
)
->
Unit
=
{}
)
:
StopFlowRequest
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String