LocationFilter class

You can use API filters to narrow down the list of resources returned by ListLocations. For example, to retrieve all your Amazon S3 locations, you can use ListLocations with filter name LocationType S3 and Operator Equals.

Constructors

LocationFilter({required LocationFilterName name, required Operator operator, required List<String> values})

Properties

hashCode int
The hash code for this object.
no setterinherited
name LocationFilterName
The name of the filter being used. Each API call supports a list of filters that are available for it (for example, LocationType for ListLocations).
final
operator Operator
The operator that is used to compare filter values (for example, Equals or Contains). For more about API filtering operators, see query-resources.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values List<String>
The values that you want to filter for. For example, you might want to display only Amazon S3 locations.
final

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