@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteCostCategoryDefinitionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteCostCategoryDefinitionResult() |
Modifier and Type | Method and Description |
---|---|
DeleteCostCategoryDefinitionResult |
clone() |
boolean |
equals(Object obj) |
String |
getCostCategoryArn()
The unique identifier for your Cost Category.
|
String |
getEffectiveEnd()
The effective end date of the Cost Category as a result of deleting it.
|
int |
hashCode() |
void |
setCostCategoryArn(String costCategoryArn)
The unique identifier for your Cost Category.
|
void |
setEffectiveEnd(String effectiveEnd)
The effective end date of the Cost Category as a result of deleting it.
|
String |
toString()
Returns a string representation of this object.
|
DeleteCostCategoryDefinitionResult |
withCostCategoryArn(String costCategoryArn)
The unique identifier for your Cost Category.
|
DeleteCostCategoryDefinitionResult |
withEffectiveEnd(String effectiveEnd)
The effective end date of the Cost Category as a result of deleting it.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 DeleteCostCategoryDefinitionResult withCostCategoryArn(String costCategoryArn)
The unique identifier for your Cost Category.
costCategoryArn
- The unique identifier for your Cost Category.public void setEffectiveEnd(String effectiveEnd)
The effective end date of the Cost Category as a result of deleting it. No costs after this date is categorized by the deleted Cost Category.
effectiveEnd
- The effective end date of the Cost Category as a result of deleting it. No costs after this date is
categorized by the deleted Cost Category.public String getEffectiveEnd()
The effective end date of the Cost Category as a result of deleting it. No costs after this date is categorized by the deleted Cost Category.
public DeleteCostCategoryDefinitionResult withEffectiveEnd(String effectiveEnd)
The effective end date of the Cost Category as a result of deleting it. No costs after this date is categorized by the deleted Cost Category.
effectiveEnd
- The effective end date of the Cost Category as a result of deleting it. No costs after this date is
categorized by the deleted Cost Category.public String toString()
toString
in class Object
Object.toString()
public DeleteCostCategoryDefinitionResult clone()