toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
medicalimaging
/
aws.sdk.kotlin.services.medicalimaging.model
/
GetImageSetRequest
Get
Image
Set
Request
class
GetImageSetRequest
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
datastore
Id
Link copied to clipboard
val
datastoreId
:
String
?
The data store identifier.
image
Set
Id
Link copied to clipboard
val
imageSetId
:
String
?
The image set identifier.
version
Id
Link copied to clipboard
val
versionId
:
String
?
The image set version identifier.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
GetImageSetRequest.Builder
.
(
)
->
Unit
=
{}
)
:
GetImageSetRequest
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