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
HealthCheck
element 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
ListHealthChecks
request and specifying the value ofNextMarker
in themarker
parameter.final - marker → String
-
For the second and subsequent calls to
ListHealthChecks
,Marker
is the value that you specified for themarker
parameter in the previous request.final - maxItems → String
-
The value that you specified for the
maxitems
parameter in the call toListHealthChecks
that produced the current response.final - nextMarker → String?
-
If
IsTruncated
istrue
, the value ofNextMarker
identifies the first health check that Amazon Route 53 returns if you submit anotherListHealthChecks
request and specify the value ofNextMarker
in themarker
parameter.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