@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateCostAllocationTagsStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateCostAllocationTagsStatusResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateCostAllocationTagsStatusResult |
clone() |
boolean |
equals(Object obj) |
List<UpdateCostAllocationTagsStatusError> |
getErrors()
A list of
UpdateCostAllocationTagsStatusError objects with error details about each cost allocation
tag that can't be updated. |
int |
hashCode() |
void |
setErrors(Collection<UpdateCostAllocationTagsStatusError> errors)
A list of
UpdateCostAllocationTagsStatusError objects with error details about each cost allocation
tag that can't be updated. |
String |
toString()
Returns a string representation of this object.
|
UpdateCostAllocationTagsStatusResult |
withErrors(Collection<UpdateCostAllocationTagsStatusError> errors)
A list of
UpdateCostAllocationTagsStatusError objects with error details about each cost allocation
tag that can't be updated. |
UpdateCostAllocationTagsStatusResult |
withErrors(UpdateCostAllocationTagsStatusError... errors)
A list of
UpdateCostAllocationTagsStatusError objects with error details about each cost allocation
tag that can't be updated. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic UpdateCostAllocationTagsStatusResult()
public List<UpdateCostAllocationTagsStatusError> getErrors()
A list of UpdateCostAllocationTagsStatusError objects with error details about each cost allocation
tag that can't be updated. If there's no failure, an empty array returns.
UpdateCostAllocationTagsStatusError objects with error details about each cost
allocation tag that can't be updated. If there's no failure, an empty array returns.public void setErrors(Collection<UpdateCostAllocationTagsStatusError> errors)
A list of UpdateCostAllocationTagsStatusError objects with error details about each cost allocation
tag that can't be updated. If there's no failure, an empty array returns.
errors - A list of UpdateCostAllocationTagsStatusError objects with error details about each cost
allocation tag that can't be updated. If there's no failure, an empty array returns.public UpdateCostAllocationTagsStatusResult withErrors(UpdateCostAllocationTagsStatusError... errors)
A list of UpdateCostAllocationTagsStatusError objects with error details about each cost allocation
tag that can't be updated. If there's no failure, an empty array returns.
NOTE: This method appends the values to the existing list (if any). Use
setErrors(java.util.Collection) or withErrors(java.util.Collection) if you want to override the
existing values.
errors - A list of UpdateCostAllocationTagsStatusError objects with error details about each cost
allocation tag that can't be updated. If there's no failure, an empty array returns.public UpdateCostAllocationTagsStatusResult withErrors(Collection<UpdateCostAllocationTagsStatusError> errors)
A list of UpdateCostAllocationTagsStatusError objects with error details about each cost allocation
tag that can't be updated. If there's no failure, an empty array returns.
errors - A list of UpdateCostAllocationTagsStatusError objects with error details about each cost
allocation tag that can't be updated. If there's no failure, an empty array returns.public String toString()
toString in class ObjectObject.toString()public UpdateCostAllocationTagsStatusResult clone()
Copyright © 2024. All rights reserved.