Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.support.model
Class TrustedAdvisorCategorySpecificSummary

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

public class TrustedAdvisorCategorySpecificSummary
extends Object
implements Serializable

JSON-formatted child object of TrustedAdvisorCheckResult objects.

See Also:
Serialized Form

Constructor Summary
TrustedAdvisorCategorySpecificSummary()
           
 
Method Summary
 boolean equals(Object obj)
           
 TrustedAdvisorCostOptimizingSummary getCostOptimizing()
          Corresponds to the Cost Optimizing tab on the AWS Support Center Trusted Advisor page.
 int hashCode()
           
 void setCostOptimizing(TrustedAdvisorCostOptimizingSummary costOptimizing)
          Corresponds to the Cost Optimizing tab on the AWS Support Center Trusted Advisor page.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 TrustedAdvisorCategorySpecificSummary withCostOptimizing(TrustedAdvisorCostOptimizingSummary costOptimizing)
          Corresponds to the Cost Optimizing tab on the AWS Support Center Trusted Advisor page.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TrustedAdvisorCategorySpecificSummary

public TrustedAdvisorCategorySpecificSummary()
Method Detail

getCostOptimizing

public TrustedAdvisorCostOptimizingSummary getCostOptimizing()
Corresponds to the Cost Optimizing tab on the AWS Support Center Trusted Advisor page. This field is only available to checks in the Cost Optimizing category.

Returns:
Corresponds to the Cost Optimizing tab on the AWS Support Center Trusted Advisor page. This field is only available to checks in the Cost Optimizing category.

setCostOptimizing

public void setCostOptimizing(TrustedAdvisorCostOptimizingSummary costOptimizing)
Corresponds to the Cost Optimizing tab on the AWS Support Center Trusted Advisor page. This field is only available to checks in the Cost Optimizing category.

Parameters:
costOptimizing - Corresponds to the Cost Optimizing tab on the AWS Support Center Trusted Advisor page. This field is only available to checks in the Cost Optimizing category.

withCostOptimizing

public TrustedAdvisorCategorySpecificSummary withCostOptimizing(TrustedAdvisorCostOptimizingSummary costOptimizing)
Corresponds to the Cost Optimizing tab on the AWS Support Center Trusted Advisor page. This field is only available to checks in the Cost Optimizing category.

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

Parameters:
costOptimizing - Corresponds to the Cost Optimizing tab on the AWS Support Center Trusted Advisor page. This field is only available to checks in the Cost Optimizing category.
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 © 2010 Amazon Web Services, Inc. All Rights Reserved.