@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TrustedAdvisorCategorySpecificSummary extends Object implements Serializable, Cloneable, StructuredPojo
The container for summary information that relates to the category of the Trusted Advisor check.
| Constructor and Description |
|---|
TrustedAdvisorCategorySpecificSummary() |
| Modifier and Type | Method and Description |
|---|---|
TrustedAdvisorCategorySpecificSummary |
clone() |
boolean |
equals(Object obj) |
TrustedAdvisorCostOptimizingSummary |
getCostOptimizing()
The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCostOptimizing(TrustedAdvisorCostOptimizingSummary costOptimizing)
The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.
|
String |
toString()
Returns a string representation of this object.
|
TrustedAdvisorCategorySpecificSummary |
withCostOptimizing(TrustedAdvisorCostOptimizingSummary costOptimizing)
The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.
|
public TrustedAdvisorCategorySpecificSummary()
public void setCostOptimizing(TrustedAdvisorCostOptimizingSummary costOptimizing)
The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.
costOptimizing - The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing
category.public TrustedAdvisorCostOptimizingSummary getCostOptimizing()
The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.
public TrustedAdvisorCategorySpecificSummary withCostOptimizing(TrustedAdvisorCostOptimizingSummary costOptimizing)
The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.
costOptimizing - The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing
category.public String toString()
toString in class ObjectObject.toString()public TrustedAdvisorCategorySpecificSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.