Container for the parameters to the GetHealthCheck operation.
            
To retrieve the health check, send a GET request to the 2013-04-01/healthcheck/health check ID resource.
 Declaration Syntax
 Declaration Syntax| C# | 
public class GetHealthCheckRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | GetHealthCheckRequest()()()() | Initializes a new instance of the GetHealthCheckRequest class | 
|  | Equals(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.) | 
|  | HealthCheckId | 
            The ID of the health check to retrieve.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithHealthCheckId(String) | Obsolete. 
            Sets the HealthCheckId property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | GetHealthCheckRequest | |