AWSApiConfig class

Mixed in types
Annotations

Constructors

AWSApiConfig({required EndpointType endpointType, required String endpoint, required String region, required APIAuthorizationType authorizationType, String? apiKey})
const
AWSApiConfig.fromJson(Map<String, Object?> json)
factory

Properties

apiKey String?
final
authorizationType APIAuthorizationType
final
endpoint String
final
endpointType EndpointType
final
hashCode int
The hash code for this object.
no setterinherited
props List<Object?>
The type's equatable properties.
no setteroverride
region String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({EndpointType? endpointType, String? endpoint, String? region, APIAuthorizationType? authorizationType, String? apiKey}) AWSApiConfig
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
Serializes this as a JSON object.
override
toString() String
A string representation of this object.
inherited

Operators

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