AwsCognitoEvent class

Annotations
  • @JsonSerializable()

Constructors

AwsCognitoEvent({int version, String triggerSource, String region, String userPoolId, String userName, Map<String, String> callerContext, AwsCognitoRequest request, AwsCognitoResponse response })
const
AwsCognitoEvent.fromJson(Map<String, dynamic> json)
factory

Properties

callerContext → Map<String, String>
@JsonKey(), final
region → String
@JsonKey(), final
request AwsCognitoRequest
@JsonKey(), final
response AwsCognitoResponse
@JsonKey(), final
triggerSource → String
@JsonKey(), final
userName → String
@JsonKey(), final
userPoolId → String
@JsonKey(), final
version → int
@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