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