final case class APIGatewayV2WebSocketRequestContext(accountId: String, resourceId: String, stage: String, requestId: String, identity: APIGatewayV2WebSocketRequestContextIdentity, resourcePath: String, authorizer: Map[String, String], httpMethod: String, apiId: String, connectedAt: Long, connectionId: String, domainName: String, error: String, eventType: String, extendedRequestId: String, integrationLatency: String, messageDirection: String, messageId: String, requestTime: String, requestTimeEpoch: Long, routeKey: String, status: String) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- APIGatewayV2WebSocketRequestContext
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new APIGatewayV2WebSocketRequestContext(accountId: String, resourceId: String, stage: String, requestId: String, identity: APIGatewayV2WebSocketRequestContextIdentity, resourcePath: String, authorizer: Map[String, String], httpMethod: String, apiId: String, connectedAt: Long, connectionId: String, domainName: String, error: String, eventType: String, extendedRequestId: String, integrationLatency: String, messageDirection: String, messageId: String, requestTime: String, requestTimeEpoch: Long, routeKey: String, status: String)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val accountId: String
- val apiId: String
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val authorizer: Map[String, String]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val connectedAt: Long
- val connectionId: String
- val domainName: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val error: String
- val eventType: String
- val extendedRequestId: String
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val httpMethod: String
- val identity: APIGatewayV2WebSocketRequestContextIdentity
- val integrationLatency: String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val messageDirection: String
- val messageId: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val requestId: String
- val requestTime: String
- val requestTimeEpoch: Long
- val resourceId: String
- val resourcePath: String
- val routeKey: String
- val stage: String
- val status: String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()