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

コード例 #1
0
 public TrustedAdvisorCheckSummary WithCategorySpecificSummary(TrustedAdvisorCategorySpecificSummary categorySpecificSummary)
 {
     this.categorySpecificSummary = categorySpecificSummary;
     return(this);
 }
コード例 #2
0
 public TrustedAdvisorCheckSummary WithCategorySpecificSummary(TrustedAdvisorCategorySpecificSummary categorySpecificSummary)
 {
     this.categorySpecificSummary = categorySpecificSummary;
     return this;
 }