@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, setSdkResponseMetadata
public DescribeCostCategoryDefinitionResult()
public void setCostCategory(CostCategory costCategory)
costCategory
- public CostCategory getCostCategory()
public DescribeCostCategoryDefinitionResult withCostCategory(CostCategory costCategory)
costCategory
- public String toString()
toString
in class Object
Object.toString()
public DescribeCostCategoryDefinitionResult clone()