AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
codebuild
/
aws.sdk.kotlin.services.codebuild.model
/
BatchGetBuildsResponse
Batch
Get
Builds
Response
class
BatchGetBuildsResponse
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
builds
Link copied to clipboard
val
builds
:
List
<
Build
>
?
Information about the requested builds.
builds
Not
Found
Link copied to clipboard
val
buildsNotFound
:
List
<
String
>
?
The IDs of builds for which information could not be found.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
BatchGetBuildsResponse.Builder
.
(
)
->
Unit
=
{}
)
:
BatchGetBuildsResponse
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