toggle menu
AWS SDK for Kotlin
1.4.76
common
switch theme
Skip to Main Content
iottwinmaker
/
aws.sdk.kotlin.services.iottwinmaker.model
/
UpdateEntityResponse
Update
Entity
Response
class
UpdateEntityResponse
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
state
Link copied to clipboard
val
state
:
State
The current state of the entity update.
update
Date
Time
Link copied to clipboard
val
updateDateTime
:
Instant
The date and time when the entity was last updated.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
UpdateEntityResponse.Builder
.
(
)
->
Unit
=
{}
)
:
UpdateEntityResponse
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