toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
ec2
/
aws.sdk.kotlin.services.ec2.model
/
CancelImportTaskResponse
Cancel
Import
Task
Response
class
CancelImportTaskResponse
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
import
Task
Id
Link copied to clipboard
val
importTaskId
:
String
?
The ID of the task being canceled.
previous
State
Link copied to clipboard
val
previousState
:
String
?
The current state of the task being canceled.
state
Link copied to clipboard
val
state
:
String
?
The current state of the task being canceled.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
CancelImportTaskResponse.Builder
.
(
)
->
Unit
=
{}
)
:
CancelImportTaskResponse
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