toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
braket
/
aws.sdk.kotlin.services.braket.model
/
CancelJobResponse
Cancel
Job
Response
class
CancelJobResponse
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 job cancellation request.
job
Arn
Link copied to clipboard
val
jobArn
:
String
The ARN of the Amazon Braket job.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
CancelJobResponse.Builder
.
(
)
->
Unit
=
{}
)
:
CancelJobResponse
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