Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.support.model
Class DescribeTrustedAdvisorCheckResultResult

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

public class DescribeTrustedAdvisorCheckResultResult
extends java.lang.Object
implements java.io.Serializable

Returns the objects or data listed below if successful. Otherwise, returns an error.

See Also:
Serialized Form

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

Constructor Detail

DescribeTrustedAdvisorCheckResultResult

public DescribeTrustedAdvisorCheckResultResult()
Method Detail

getResult

public TrustedAdvisorCheckResult getResult()
Returns a TrustedAdvisorCheckResult object.

Returns:
Returns a TrustedAdvisorCheckResult object.

setResult

public void setResult(TrustedAdvisorCheckResult result)
Returns a TrustedAdvisorCheckResult object.

Parameters:
result - Returns a TrustedAdvisorCheckResult object.

withResult

public DescribeTrustedAdvisorCheckResultResult withResult(TrustedAdvisorCheckResult result)
Returns a TrustedAdvisorCheckResult object.

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

Parameters:
result - Returns a TrustedAdvisorCheckResult object.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

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

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.