The results of a Trusted Advisor check returned by DescribeTrustedAdvisorCheckResult.

 public DescribeTrustedAdvisorCheckResultResult WithResult(TrustedAdvisorCheckResult result)
 {
     this.result = result;
     return(this);
 }
 public DescribeTrustedAdvisorCheckResultResult WithResult(TrustedAdvisorCheckResult result)
 {
     this.result = result;
     return this;
 }