AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
securityir
/
aws.sdk.kotlin.services.securityir.model
/
ListCasesItem
List
Cases
Item
class
ListCasesItem
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
case
Arn
Link copied to clipboard
val
caseArn
:
String
?
case
Id
Link copied to clipboard
val
caseId
:
String
case
Status
Link copied to clipboard
val
caseStatus
:
CaseStatus
?
closed
Date
Link copied to clipboard
val
closedDate
:
Instant
?
created
Date
Link copied to clipboard
val
createdDate
:
Instant
?
engagement
Type
Link copied to clipboard
val
engagementType
:
EngagementType
?
last
Updated
Date
Link copied to clipboard
val
lastUpdatedDate
:
Instant
?
pending
Action
Link copied to clipboard
val
pendingAction
:
PendingAction
?
resolver
Type
Link copied to clipboard
val
resolverType
:
ResolverType
?
title
Link copied to clipboard
val
title
:
String
?
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
ListCasesItem.Builder
.
(
)
->
Unit
=
{}
)
:
ListCasesItem
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