toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
workspacesthinclient
/
aws.sdk.kotlin.services.workspacesthinclient.model
/
UpdateSoftwareSetRequest
Update
Software
Set
Request
class
UpdateSoftwareSetRequest
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
id
Link copied to clipboard
val
id
:
String
?
The ID of the software set to update.
validation
Status
Link copied to clipboard
val
validationStatus
:
SoftwareSetValidationStatus
?
An option to define if the software set has been validated.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
UpdateSoftwareSetRequest.Builder
.
(
)
->
Unit
=
{}
)
:
UpdateSoftwareSetRequest
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