AWS SDK for .NET Documentation
ListHealthChecksResult Class
AmazonAmazon.Route53.ModelListHealthChecksResult Did this page help you?   Yes   No    Tell us about it...

A complex type that contains the response for the request.

Declaration Syntax
C#
public class ListHealthChecksResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ListHealthChecksResult()()()()
Initializes a new instance of the ListHealthChecksResult class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
HealthChecks
A complex type that contains information about the health checks associated with the current AWS account.

IsTruncated
A flag indicating whether there are more health checks to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element. Valid Values: true | false

Marker
If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

Constraints:

Length
0 - 64


MaxItems
The maximum number of health checks to be included in the response body. If the number of health checks associated with this AWS account exceeds MaxItems, the value of ListHealthChecksResponse$IsTruncated in the response is true. Call ListHealthChecks again and specify the value of ListHealthChecksResponse$NextMarker in the ListHostedZonesRequest$Marker element to get the next page of results.

NextMarker
Indicates where to continue listing health checks. If ListHealthChecksResponse$IsTruncated is true, make another request to ListHealthChecks and include the value of the NextMarker element in the Marker element to get the next page of results.

Constraints:

Length
0 - 64


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithHealthChecks(array<HealthCheck>[]()[][]) Obsolete.
Adds elements to the HealthChecks collection

WithHealthChecks(IEnumerable<(Of <<'(HealthCheck>)>>)) Obsolete.
Adds elements to the HealthChecks collection

WithIsTruncated(Boolean) Obsolete.
Sets the IsTruncated property

WithMarker(String) Obsolete.
Sets the Marker property

WithMaxItems(String) Obsolete.
Sets the MaxItems property

WithNextMarker(String) Obsolete.
Sets the NextMarker property

Inheritance Hierarchy
Object
ListHealthChecksResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)