RestJsonProtocol class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
close()
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
send({required String method, required String requestUri, required Map<String, AwsExceptionFn> exceptionFnMap, bool signed = true, Map<String, List<String>>? queryParams, dynamic payload, bool isRawPayload = false})
→ Future<Map<String, dynamic>>
-
-
sendRaw({required String method, required String requestUri, required Map<String, AwsExceptionFn> exceptionFnMap, bool signed = true, Map<String, List<String>>? queryParams, dynamic payload})
→ Future<StreamedResponse>
-
-
toString()
→ String
-
A string representation of this object.
inherited