SeverityLevel class

A code and name pair that represents the severity level of a support case. The available values depend on the support plan for the account. For more information, see Choosing a severity in the AWS Support User Guide.

Constructors

SeverityLevel({String? code, String? name})
SeverityLevel.fromJson(Map<String, dynamic> json)
factory

Properties

code String?
The code for case severity level.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the severity level that corresponds to the severity level code.
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