toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
emr
/
aws.sdk.kotlin.services.emr.model
/
CreateStudioResponse
Create
Studio
Response
class
CreateStudioResponse
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
studio
Id
Link copied to clipboard
val
studioId
:
String
?
The ID of the Amazon EMR Studio.
url
Link copied to clipboard
val
url
:
String
?
The unique Studio access URL.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
CreateStudioResponse.Builder
.
(
)
->
Unit
=
{}
)
:
CreateStudioResponse
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