toggle menu
AWS SDK for Kotlin
1.4.81
common
switch theme
Skip to Main Content
opensearchserverless
/
aws.sdk.kotlin.services.opensearchserverless.model
/
BatchGetCollectionResponse
Batch
Get
Collection
Response
class
BatchGetCollectionResponse
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
collection
Details
Link copied to clipboard
val
collectionDetails
:
List
<
CollectionDetail
>
?
Details about each collection.
collection
Error
Details
Link copied to clipboard
val
collectionErrorDetails
:
List
<
CollectionErrorDetail
>
?
Error information for the request.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
BatchGetCollectionResponse.Builder
.
(
)
->
Unit
=
{}
)
:
BatchGetCollectionResponse
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