BatchMeterUsageResult class

Contains the UsageRecords processed by BatchMeterUsage and any records that have failed due to transient error.

Constructors

BatchMeterUsageResult({List<UsageRecordResult>? results, List<UsageRecord>? unprocessedRecords})
BatchMeterUsageResult.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
results List<UsageRecordResult>?
Contains all UsageRecords processed by BatchMeterUsage. These records were either honored by AWS Marketplace Metering Service or were invalid.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unprocessedRecords List<UsageRecord>?
Contains all UsageRecords that were not processed by BatchMeterUsage. This is a list of UsageRecords. You can retry the failed request by making another BatchMeterUsage call with this list as input in the BatchMeterUsageRequest.
final

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