@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeCostCategoryDefinitionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeCostCategoryDefinitionResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeCostCategoryDefinitionResult |
clone() |
boolean |
equals(Object obj) |
CostCategory |
getCostCategory() |
int |
hashCode() |
void |
setCostCategory(CostCategory costCategory) |
String |
toString()
Returns a string representation of this object.
|
DescribeCostCategoryDefinitionResult |
withCostCategory(CostCategory costCategory) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DescribeCostCategoryDefinitionResult()
public void setCostCategory(CostCategory costCategory)
costCategory - public CostCategory getCostCategory()
public DescribeCostCategoryDefinitionResult withCostCategory(CostCategory costCategory)
costCategory - public String toString()
toString in class ObjectObject.toString()public DescribeCostCategoryDefinitionResult clone()