toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
appsync
/
aws.sdk.kotlin.services.appsync.model
/
StartSchemaCreationRequest
Start
Schema
Creation
Request
class
StartSchemaCreationRequest
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
api
Id
Link copied to clipboard
val
apiId
:
String
?
The API ID.
definition
Link copied to clipboard
val
definition
:
ByteArray
?
The schema definition, in GraphQL schema language format.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
StartSchemaCreationRequest.Builder
.
(
)
->
Unit
=
{}
)
:
StartSchemaCreationRequest
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