Class DescribeTrustedAdvisorCheckSummariesResult
java.lang.Object
com.amazonaws.services.support.model.DescribeTrustedAdvisorCheckSummariesResult
- All Implemented Interfaces:
Serializable
,Cloneable
public class DescribeTrustedAdvisorCheckSummariesResult
extends Object
implements Serializable, Cloneable
The summaries of the Trusted Advisor checks returned by the DescribeTrustedAdvisorCheckSummaries operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The summary information for the requested Trusted Advisor checks.int
hashCode()
void
setSummaries
(Collection<TrustedAdvisorCheckSummary> summaries) The summary information for the requested Trusted Advisor checks.toString()
Returns a string representation of this object; useful for testing and debugging.withSummaries
(TrustedAdvisorCheckSummary... summaries) The summary information for the requested Trusted Advisor checks.withSummaries
(Collection<TrustedAdvisorCheckSummary> summaries) The summary information for the requested Trusted Advisor checks.
-
Constructor Details
-
DescribeTrustedAdvisorCheckSummariesResult
public DescribeTrustedAdvisorCheckSummariesResult()
-
-
Method Details
-
getSummaries
The summary information for the requested Trusted Advisor checks.
- Returns:
- The summary information for the requested Trusted Advisor checks.
-
setSummaries
The summary information for the requested Trusted Advisor checks.
- Parameters:
summaries
- The summary information for the requested Trusted Advisor checks.
-
withSummaries
public DescribeTrustedAdvisorCheckSummariesResult withSummaries(TrustedAdvisorCheckSummary... summaries) The summary information for the requested Trusted Advisor checks.
NOTE: This method appends the values to the existing list (if any). Use
setSummaries(java.util.Collection)
orwithSummaries(java.util.Collection)
if you want to override the existing values.- Parameters:
summaries
- The summary information for the requested Trusted Advisor checks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withSummaries
public DescribeTrustedAdvisorCheckSummariesResult withSummaries(Collection<TrustedAdvisorCheckSummary> summaries) The summary information for the requested Trusted Advisor checks.
- Parameters:
summaries
- The summary information for the requested Trusted Advisor checks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-