CfnAlarmPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- CfnAlarmPlatform
- Implementers
Constructors
- CfnAlarmPlatform.new()
- Constructs a CfnAlarmPlatform.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getPlatformVersion(
) → Future< String?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeScheduleAlarm(
{required int id}) → Future - remove schedule notification ID Means notificationIdentifier
-
scheduleAlarm(
{required AlarmSetting setting}) → Future -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ CfnAlarmPlatform
-
The default instance of CfnAlarmPlatform to use.
getter/setter pair