ServiceQuotaIncreaseRequestInTemplate class

Information about a quota increase request.

Constructors

ServiceQuotaIncreaseRequestInTemplate({String? awsRegion, double? desiredValue, bool? globalQuota, String? quotaCode, String? quotaName, String? serviceCode, String? serviceName, String? unit})
ServiceQuotaIncreaseRequestInTemplate.fromJson(Map<String, dynamic> json)
factory

Properties

awsRegion String?
The AWS Region.
final
desiredValue double?
The new, increased value of the quota.
final
globalQuota bool?
Indicates whether the quota is global.
final
hashCode int
The hash code for this object.
no setterinherited
quotaCode String?
The quota identifier.
final
quotaName String?
The quota name.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceCode String?
The service identifier.
final
serviceName String?
The service name.
final
unit String?
The unit of measurement.
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