com.amazonaws.services.support.model
Class DescribeTrustedAdvisorCheckResultResult

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

public class DescribeTrustedAdvisorCheckResultResult
extends Object
implements Serializable

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

See Also:
Serialized Form

Constructor Summary
DescribeTrustedAdvisorCheckResultResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 TrustedAdvisorCheckResult getResult()
          The detailed results of the Trusted Advisor check.
 int hashCode()
           
 void setResult(TrustedAdvisorCheckResult result)
          The detailed results of the Trusted Advisor check.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeTrustedAdvisorCheckResultResult withResult(TrustedAdvisorCheckResult result)
          The detailed results of the Trusted Advisor check.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeTrustedAdvisorCheckResultResult

public DescribeTrustedAdvisorCheckResultResult()
Method Detail

getResult

public TrustedAdvisorCheckResult getResult()
The detailed results of the Trusted Advisor check.

Returns:
The detailed results of the Trusted Advisor check.

setResult

public void setResult(TrustedAdvisorCheckResult result)
The detailed results of the Trusted Advisor check.

Parameters:
result - The detailed results of the Trusted Advisor check.

withResult

public DescribeTrustedAdvisorCheckResultResult withResult(TrustedAdvisorCheckResult result)
The detailed results of the Trusted Advisor check.

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

Parameters:
result - The detailed results of the Trusted Advisor check.
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.