com.amazonaws.services.support.model
Class DescribeTrustedAdvisorCheckSummariesResult

java.lang.Object
  extended by com.amazonaws.services.support.model.DescribeTrustedAdvisorCheckSummariesResult
All Implemented Interfaces:
Serializable

public class DescribeTrustedAdvisorCheckSummariesResult
extends Object
implements Serializable

Contains the following objects or data if successful. Otherwise, returns an error.

See Also:
Serialized Form

Constructor Summary
DescribeTrustedAdvisorCheckSummariesResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<TrustedAdvisorCheckSummary> getSummaries()
          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.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeTrustedAdvisorCheckSummariesResult withSummaries(Collection<TrustedAdvisorCheckSummary> summaries)
          The summary information for the requested Trusted Advisor checks.
 DescribeTrustedAdvisorCheckSummariesResult withSummaries(TrustedAdvisorCheckSummary... summaries)
          The summary information for the requested Trusted Advisor checks.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeTrustedAdvisorCheckSummariesResult

public DescribeTrustedAdvisorCheckSummariesResult()
Method Detail

getSummaries

public List<TrustedAdvisorCheckSummary> getSummaries()
The summary information for the requested Trusted Advisor checks.

Returns:
The summary information for the requested Trusted Advisor checks.

setSummaries

public void setSummaries(Collection<TrustedAdvisorCheckSummary> summaries)
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.

Returns a reference to this object so that method calls can be chained together.

Parameters:
summaries - The summary information for the requested Trusted Advisor checks.
Returns:
A reference to this updated 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.

Returns a reference to this object so that method calls can be chained together.

Parameters:
summaries - The summary information for the requested Trusted Advisor checks.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.