ClientProperties class
Describes an Amazon WorkSpaces client.
Constructors
- ClientProperties({ReconnectEnum? reconnectEnabled})
-
ClientProperties.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- reconnectEnabled → ReconnectEnum?
-
Specifies whether users can cache their credentials on the Amazon WorkSpaces
client. When enabled, users can choose to reconnect to their WorkSpaces
without re-entering their credentials.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited