AwsApiGatewayEvent class

API Gateway Event ...

Annotations
  • @JsonSerializable()

Constructors

AwsApiGatewayEvent({String resource, String path, String httpMethod, 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

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
stageVariables → Map<String, dynamic>
Stage Variables ...
@JsonKey(), final
hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

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

Operators

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