AwsApiGatewayEvent class

API Gateway Event ...

Inheritance
Annotations
  • @JsonSerializable()

Constructors

AwsApiGatewayEvent({String? resource, String? path, String? httpMethod, String? body, AwsApiGatewayEventHeaders? headers, Map<String, dynamic>? queryStringParameters, Map<String, dynamic>? stageVariables, AwsApiGatewayEventRequestContext? requestContext, Map<String, dynamic>? pathParameters})
const
AwsApiGatewayEvent.fromJson(Map<String, dynamic> json)
factory

Properties

body String?
Body ...
final
hashCode int
The hash code for this object.
no setterinherited
headers AwsApiGatewayEventHeaders?
Headers ...
final
httpMethod String?
HTTP Method ...
final
path String?
URL Path ...
final
pathParameters Map<String, dynamic>?
Path Parameters ...
final
queryStringParameters Map<String, dynamic>?
Query String Parameters ...
final
requestContext AwsApiGatewayEventRequestContext?
Request Context ...
final
resource String?
Resource ...
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stageVariables Map<String, dynamic>?
Stage Variables ...
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited