The container for summary information that relates to the category of the Trusted Advisor check.

 public TrustedAdvisorCheckSummary WithCategorySpecificSummary(TrustedAdvisorCategorySpecificSummary categorySpecificSummary)
 {
     this.categorySpecificSummary = categorySpecificSummary;
     return(this);
 }
 public TrustedAdvisorCheckSummary WithCategorySpecificSummary(TrustedAdvisorCategorySpecificSummary categorySpecificSummary)
 {
     this.categorySpecificSummary = categorySpecificSummary;
     return this;
 }