AwsApiGatewayEvent class

API Gateway Event ...

Annotations

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 ...
@JsonKey(), final
hashCode int
The hash code for this object. [...]
read-only, inherited
headers AwsApiGatewayEventHeaders
Headers ...
@JsonKey(), final
httpMethod String
HTTP Method ...
@JsonKey(), final
path String
URL Path ...
@JsonKey(), final
pathParameters Map<String, dynamic>
Path Parameters ...
@JsonKey(), final
queryStringParameters Map<String, dynamic>
Query String Parameters ...
@JsonKey(), final
requestContext AwsApiGatewayEventRequestContext
Request Context ...
final
resource String
Resource ...
@JsonKey(), final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
stageVariables Map<String, dynamic>
Stage Variables ...
@JsonKey(), final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toJson() Map<String, dynamic>
toString() String
Returns a string representation of this object.
inherited

Operators

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