AWS SDK for Kotlin
Toggle table of contents
1.5.77
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
elasticache
/
aws.sdk.kotlin.services.elasticache.model
/
BatchStopUpdateActionRequest
Batch
Stop
Update
Action
Request
class
BatchStopUpdateActionRequest
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
cache
Cluster
Ids
Link copied to clipboard
val
cacheClusterIds
:
List
<
String
>
?
The cache cluster IDs
replication
Group
Ids
Link copied to clipboard
val
replicationGroupIds
:
List
<
String
>
?
The replication group IDs
service
Update
Name
Link copied to clipboard
val
serviceUpdateName
:
String
?
The unique ID of the service update
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
BatchStopUpdateActionRequest.Builder
.
(
)
->
Unit
=
{}
)
:
BatchStopUpdateActionRequest
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