@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateCostAllocationTagsStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateCostAllocationTagsStatusRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateCostAllocationTagsStatusRequest |
clone() |
boolean |
equals(Object obj) |
List<CostAllocationTagStatusEntry> |
getCostAllocationTagsStatus()
The list of
CostAllocationTagStatusEntry objects that are used to update cost allocation tags status
for this request. |
int |
hashCode() |
void |
setCostAllocationTagsStatus(Collection<CostAllocationTagStatusEntry> costAllocationTagsStatus)
The list of
CostAllocationTagStatusEntry objects that are used to update cost allocation tags status
for this request. |
String |
toString()
Returns a string representation of this object.
|
UpdateCostAllocationTagsStatusRequest |
withCostAllocationTagsStatus(Collection<CostAllocationTagStatusEntry> costAllocationTagsStatus)
The list of
CostAllocationTagStatusEntry objects that are used to update cost allocation tags status
for this request. |
UpdateCostAllocationTagsStatusRequest |
withCostAllocationTagsStatus(CostAllocationTagStatusEntry... costAllocationTagsStatus)
The list of
CostAllocationTagStatusEntry objects that are used to update cost allocation tags status
for this request. |
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic UpdateCostAllocationTagsStatusRequest()
public List<CostAllocationTagStatusEntry> getCostAllocationTagsStatus()
The list of CostAllocationTagStatusEntry objects that are used to update cost allocation tags status
for this request.
CostAllocationTagStatusEntry objects that are used to update cost allocation
tags status for this request.public void setCostAllocationTagsStatus(Collection<CostAllocationTagStatusEntry> costAllocationTagsStatus)
The list of CostAllocationTagStatusEntry objects that are used to update cost allocation tags status
for this request.
costAllocationTagsStatus - The list of CostAllocationTagStatusEntry objects that are used to update cost allocation tags
status for this request.public UpdateCostAllocationTagsStatusRequest withCostAllocationTagsStatus(CostAllocationTagStatusEntry... costAllocationTagsStatus)
The list of CostAllocationTagStatusEntry objects that are used to update cost allocation tags status
for this request.
NOTE: This method appends the values to the existing list (if any). Use
setCostAllocationTagsStatus(java.util.Collection) or
withCostAllocationTagsStatus(java.util.Collection) if you want to override the existing values.
costAllocationTagsStatus - The list of CostAllocationTagStatusEntry objects that are used to update cost allocation tags
status for this request.public UpdateCostAllocationTagsStatusRequest withCostAllocationTagsStatus(Collection<CostAllocationTagStatusEntry> costAllocationTagsStatus)
The list of CostAllocationTagStatusEntry objects that are used to update cost allocation tags status
for this request.
costAllocationTagsStatus - The list of CostAllocationTagStatusEntry objects that are used to update cost allocation tags
status for this request.public String toString()
toString in class ObjectObject.toString()public UpdateCostAllocationTagsStatusRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2025. All rights reserved.