SigV4Request class

Constructors

SigV4Request(AwsSigV4Client awsSigV4Client, {required String method, String? path, String? datetime, Map<String, String>? queryParams, Map<String, String?>? headers, String? authorizationHeader, dynamic body})

Properties

authorizationHeader String?
getter/setter pair
awsSigV4Client AwsSigV4Client
getter/setter pair
body String
getter/setter pair
canonicalRequest String
getter/setter pair
credentialScope String?
getter/setter pair
datetime String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hashedCanonicalRequest String?
getter/setter pair
headers Map<String, String?>?
getter/setter pair
method String?
getter/setter pair
path String
getter/setter pair
queryParams Map<String, String>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature String
getter/setter pair
signingKey List<int>
getter/setter pair
stringToSign String
getter/setter pair
url String?
getter/setter pair

Methods

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

Operators

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