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