WeeklyStartTime class
The scheduled time period relative to UTC during which Amazon MQ begins to apply pending updates or patches to the broker.
Constructors
- WeeklyStartTime({DayOfWeek? dayOfWeek, String? timeOfDay, String? timeZone})
- 
          WeeklyStartTime.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- dayOfWeek → DayOfWeek?
- 
  Required. The day of the week.
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- timeOfDay → String?
- 
  Required. The time, in 24-hour format.
  final
- timeZone → String?
- 
  The time zone, UTC by default, in either the Country/City format, or the UTC
offset format.
  final
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited