A complex type that contains identifying information about the health check.

 public CreateHealthCheckResult WithHealthCheck(HealthCheck healthCheck)
 {
     this.healthCheck = healthCheck;
     return(this);
 }
 public GetHealthCheckResult WithHealthCheck(HealthCheck healthCheck)
 {
     this.healthCheck = healthCheck;
     return this;
 }