@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateCostCategoryDefinitionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateCostCategoryDefinitionResult() |
Modifier and Type | Method and Description |
---|---|
UpdateCostCategoryDefinitionResult |
clone() |
boolean |
equals(Object obj) |
String |
getCostCategoryArn()
The unique identifier for your Cost Category.
|
String |
getEffectiveStart()
The Cost Category's effective start date.
|
int |
hashCode() |
void |
setCostCategoryArn(String costCategoryArn)
The unique identifier for your Cost Category.
|
void |
setEffectiveStart(String effectiveStart)
The Cost Category's effective start date.
|
String |
toString()
Returns a string representation of this object.
|
UpdateCostCategoryDefinitionResult |
withCostCategoryArn(String costCategoryArn)
The unique identifier for your Cost Category.
|
UpdateCostCategoryDefinitionResult |
withEffectiveStart(String effectiveStart)
The Cost Category's effective start date.
|
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 UpdateCostCategoryDefinitionResult withCostCategoryArn(String costCategoryArn)
The unique identifier for your Cost Category.
costCategoryArn
- The unique identifier for your Cost Category.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 UpdateCostCategoryDefinitionResult withEffectiveStart(String effectiveStart)
The Cost Category's effective start date.
effectiveStart
- The Cost Category's effective start date.public String toString()
toString
in class Object
Object.toString()
public UpdateCostCategoryDefinitionResult clone()