toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
braket
/
aws.sdk.kotlin.services.braket.model
/
CancelQuantumTaskResponse
Cancel
Quantum
Task
Response
class
CancelQuantumTaskResponse
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
cancellation
Status
Link copied to clipboard
val
cancellationStatus
:
CancellationStatus
The status of the cancellation request.
quantum
Task
Arn
Link copied to clipboard
val
quantumTaskArn
:
String
The ARN of the task.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
CancelQuantumTaskResponse.Builder
.
(
)
->
Unit
=
{}
)
:
CancelQuantumTaskResponse
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