toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
inspector2
/
aws.sdk.kotlin.services.inspector2.model
/
BatchGetCodeSnippetRequest
Batch
Get
Code
Snippet
Request
class
BatchGetCodeSnippetRequest
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
finding
Arns
Link copied to clipboard
val
findingArns
:
List
<
String
>
?
An array of finding ARNs for the findings you want to retrieve code snippets from.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
BatchGetCodeSnippetRequest.Builder
.
(
)
->
Unit
=
{}
)
:
BatchGetCodeSnippetRequest
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