toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
migrationhuborchestrator
/
aws.sdk.kotlin.services.migrationhuborchestrator.model
/
PlatformCommand
Platform
Command
class
PlatformCommand
Command to be run on a particular operating system.
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
linux
Link copied to clipboard
val
linux
:
String
?
Command for Linux.
windows
Link copied to clipboard
val
windows
:
String
?
Command for Windows.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
PlatformCommand.Builder
.
(
)
->
Unit
=
{}
)
:
PlatformCommand
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