ListHealthChecksResponse class
A complex type that contains the response to a ListHealthChecks
request.
Constructors
-
ListHealthChecksResponse({required List<
HealthCheck> healthChecks, required bool isTruncated, required String marker, required String maxItems, String? nextMarker}) - ListHealthChecksResponse.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
healthChecks
→ List<
HealthCheck> -
A complex type that contains one
HealthCheckelement for each health check that is associated with the current AWS account.final - isTruncated → bool
-
A flag that indicates whether there are more health checks to be listed. If
the response was truncated, you can get the next group of health checks by
submitting another
ListHealthChecksrequest and specifying the value ofNextMarkerin themarkerparameter.final - marker → String
-
For the second and subsequent calls to
ListHealthChecks,Markeris the value that you specified for themarkerparameter in the previous request.final - maxItems → String
-
The value that you specified for the
maxitemsparameter in the call toListHealthChecksthat produced the current response.final - nextMarker → String?
-
If
IsTruncatedistrue, the value ofNextMarkeridentifies the first health check that Amazon Route 53 returns if you submit anotherListHealthChecksrequest and specify the value ofNextMarkerin themarkerparameter.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