toggle menu
AWS SDK for Kotlin
1.4.102
common
switch theme
Skip to Main Content
bedrockdataautomationruntime
/
aws.sdk.kotlin.services.bedrockdataautomationruntime.model
/
TimestampSegment
Timestamp
Segment
class
TimestampSegment
Timestamp segment
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
end
Time
Millis
Link copied to clipboard
val
endTimeMillis
:
Long
End timestamp in milliseconds
start
Time
Millis
Link copied to clipboard
val
startTimeMillis
:
Long
Start timestamp in milliseconds
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
TimestampSegment.Builder
.
(
)
->
Unit
=
{}
)
:
TimestampSegment
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