toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
mgn
/
aws.sdk.kotlin.services.mgn.model
/
CreateWaveRequest
Create
Wave
Request
class
CreateWaveRequest
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
account
Id
Link copied to clipboard
val
accountId
:
String
?
Account ID.
description
Link copied to clipboard
val
description
:
String
?
Wave description.
name
Link copied to clipboard
val
name
:
String
Wave name.
tags
Link copied to clipboard
val
tags
:
Map
<
String
,
String
>
?
Wave tags.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
CreateWaveRequest.Builder
.
(
)
->
Unit
=
{}
)
:
CreateWaveRequest
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