toggle menu
AWS SDK for Kotlin
1.4.100
common
switch theme
Skip to Main Content
apptest
/
aws.sdk.kotlin.services.apptest.model
/
CreateTestCaseResponse
Create
Test
Case
Response
class
CreateTestCaseResponse
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
test
Case
Id
Link copied to clipboard
val
testCaseId
:
String
The test case ID of the test case.
test
Case
Version
Link copied to clipboard
val
testCaseVersion
:
Int
The test case version of the test case.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
CreateTestCaseResponse.Builder
.
(
)
->
Unit
=
{}
)
:
CreateTestCaseResponse
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