GetEntitlementsResult class
The GetEntitlementsRequest contains results from the GetEntitlements operation.
Constructors
-
GetEntitlementsResult.new({List<
Entitlement> ? entitlements, String? nextToken}) -
GetEntitlementsResult.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
entitlements
→ List<
Entitlement> ? -
The set of entitlements found through the GetEntitlements operation. If the
result contains an empty set of entitlements, NextToken might still be
present and should be used.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- nextToken → String?
-
For paginated results, use NextToken in subsequent calls to GetEntitlements.
If the result contains an empty set of entitlements, NextToken might still
be present and should be used.
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited