AWS SDK for Kotlin
Toggle table of contents
1.5.3
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
frauddetector
/
aws.sdk.kotlin.services.frauddetector.model
/
BatchCreateVariableRequest
Batch
Create
Variable
Request
class
BatchCreateVariableRequest
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
tags
Link copied to clipboard
val
tags
:
List
<
Tag
>
?
A collection of key and value pairs.
variable
Entries
Link copied to clipboard
val
variableEntries
:
List
<
VariableEntry
>
?
The list of variables for the batch create variable request.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
BatchCreateVariableRequest.Builder
.
(
)
->
Unit
=
{}
)
:
BatchCreateVariableRequest
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