com.amazonaws.services.support.model
Class DescribeTrustedAdvisorChecksResult

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

public class DescribeTrustedAdvisorChecksResult
extends Object
implements Serializable

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

See Also:
Serialized Form

Constructor Summary
DescribeTrustedAdvisorChecksResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<TrustedAdvisorCheckDescription> getChecks()
          Information about all available Trusted Advisor checks.
 int hashCode()
           
 void setChecks(Collection<TrustedAdvisorCheckDescription> checks)
          Information about all available Trusted Advisor checks.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeTrustedAdvisorChecksResult withChecks(Collection<TrustedAdvisorCheckDescription> checks)
          Information about all available Trusted Advisor checks.
 DescribeTrustedAdvisorChecksResult withChecks(TrustedAdvisorCheckDescription... checks)
          Information about all available Trusted Advisor checks.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeTrustedAdvisorChecksResult

public DescribeTrustedAdvisorChecksResult()
Method Detail

getChecks

public List<TrustedAdvisorCheckDescription> getChecks()
Information about all available Trusted Advisor checks.

Returns:
Information about all available Trusted Advisor checks.

setChecks

public void setChecks(Collection<TrustedAdvisorCheckDescription> checks)
Information about all available Trusted Advisor checks.

Parameters:
checks - Information about all available Trusted Advisor checks.

withChecks

public DescribeTrustedAdvisorChecksResult withChecks(TrustedAdvisorCheckDescription... checks)
Information about all available Trusted Advisor checks.

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

Parameters:
checks - Information about all available Trusted Advisor checks.
Returns:
A reference to this updated object so that method calls can be chained together.

withChecks

public DescribeTrustedAdvisorChecksResult withChecks(Collection<TrustedAdvisorCheckDescription> checks)
Information about all available Trusted Advisor checks.

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

Parameters:
checks - Information about all available 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.