@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CostCategoryReference extends Object implements Serializable, Cloneable, StructuredPojo
A reference to a Cost Category containing only enough information to identify the Cost Category.
You can use this information to retrieve the full Cost Category information using DescribeCostCategory.
| Constructor and Description |
|---|
CostCategoryReference() |
| Modifier and Type | Method and Description |
|---|---|
CostCategoryReference |
clone() |
boolean |
equals(Object obj) |
String |
getCostCategoryArn()
The unique identifier for your Cost Category.
|
String |
getEffectiveEnd()
The Cost Category's effective end date.
|
String |
getEffectiveStart()
The Cost Category's effective start date.
|
String |
getName() |
Integer |
getNumberOfRules()
The number of rules associated with a specific Cost Category.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCostCategoryArn(String costCategoryArn)
The unique identifier for your Cost Category.
|
void |
setEffectiveEnd(String effectiveEnd)
The Cost Category's effective end date.
|
void |
setEffectiveStart(String effectiveStart)
The Cost Category's effective start date.
|
void |
setName(String name) |
void |
setNumberOfRules(Integer numberOfRules)
The number of rules associated with a specific Cost Category.
|
String |
toString()
Returns a string representation of this object.
|
CostCategoryReference |
withCostCategoryArn(String costCategoryArn)
The unique identifier for your Cost Category.
|
CostCategoryReference |
withEffectiveEnd(String effectiveEnd)
The Cost Category's effective end date.
|
CostCategoryReference |
withEffectiveStart(String effectiveStart)
The Cost Category's effective start date.
|
CostCategoryReference |
withName(String name) |
CostCategoryReference |
withNumberOfRules(Integer numberOfRules)
The number of rules associated with a specific Cost Category.
|
public void setCostCategoryArn(String costCategoryArn)
The unique identifier for your Cost Category.
costCategoryArn - The unique identifier for your Cost Category.public String getCostCategoryArn()
The unique identifier for your Cost Category.
public CostCategoryReference withCostCategoryArn(String costCategoryArn)
The unique identifier for your Cost Category.
costCategoryArn - The unique identifier for your Cost Category.public void setName(String name)
name - public String getName()
public CostCategoryReference withName(String name)
name - public void setEffectiveStart(String effectiveStart)
The Cost Category's effective start date.
effectiveStart - The Cost Category's effective start date.public String getEffectiveStart()
The Cost Category's effective start date.
public CostCategoryReference withEffectiveStart(String effectiveStart)
The Cost Category's effective start date.
effectiveStart - The Cost Category's effective start date.public void setEffectiveEnd(String effectiveEnd)
The Cost Category's effective end date.
effectiveEnd - The Cost Category's effective end date.public String getEffectiveEnd()
The Cost Category's effective end date.
public CostCategoryReference withEffectiveEnd(String effectiveEnd)
The Cost Category's effective end date.
effectiveEnd - The Cost Category's effective end date.public void setNumberOfRules(Integer numberOfRules)
The number of rules associated with a specific Cost Category.
numberOfRules - The number of rules associated with a specific Cost Category.public Integer getNumberOfRules()
The number of rules associated with a specific Cost Category.
public CostCategoryReference withNumberOfRules(Integer numberOfRules)
The number of rules associated with a specific Cost Category.
numberOfRules - The number of rules associated with a specific Cost Category.public String toString()
toString in class ObjectObject.toString()public CostCategoryReference clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.