@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCostAllocationTagBackfillHistoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListCostAllocationTagBackfillHistoryResult() |
| Modifier and Type | Method and Description |
|---|---|
ListCostAllocationTagBackfillHistoryResult |
clone() |
boolean |
equals(Object obj) |
List<CostAllocationTagBackfillRequest> |
getBackfillRequests()
The list of historical cost allocation tag backfill requests.
|
String |
getNextToken()
The token to retrieve the next set of results.
|
int |
hashCode() |
void |
setBackfillRequests(Collection<CostAllocationTagBackfillRequest> backfillRequests)
The list of historical cost allocation tag backfill requests.
|
void |
setNextToken(String nextToken)
The token to retrieve the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListCostAllocationTagBackfillHistoryResult |
withBackfillRequests(Collection<CostAllocationTagBackfillRequest> backfillRequests)
The list of historical cost allocation tag backfill requests.
|
ListCostAllocationTagBackfillHistoryResult |
withBackfillRequests(CostAllocationTagBackfillRequest... backfillRequests)
The list of historical cost allocation tag backfill requests.
|
ListCostAllocationTagBackfillHistoryResult |
withNextToken(String nextToken)
The token to retrieve the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic ListCostAllocationTagBackfillHistoryResult()
public List<CostAllocationTagBackfillRequest> getBackfillRequests()
The list of historical cost allocation tag backfill requests.
public void setBackfillRequests(Collection<CostAllocationTagBackfillRequest> backfillRequests)
The list of historical cost allocation tag backfill requests.
backfillRequests - The list of historical cost allocation tag backfill requests.public ListCostAllocationTagBackfillHistoryResult withBackfillRequests(CostAllocationTagBackfillRequest... backfillRequests)
The list of historical cost allocation tag backfill requests.
NOTE: This method appends the values to the existing list (if any). Use
setBackfillRequests(java.util.Collection) or withBackfillRequests(java.util.Collection) if you
want to override the existing values.
backfillRequests - The list of historical cost allocation tag backfill requests.public ListCostAllocationTagBackfillHistoryResult withBackfillRequests(Collection<CostAllocationTagBackfillRequest> backfillRequests)
The list of historical cost allocation tag backfill requests.
backfillRequests - The list of historical cost allocation tag backfill requests.public void setNextToken(String nextToken)
The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
nextToken - The token to retrieve the next set of results. Amazon Web Services provides the token when the response
from a previous call has more results than the maximum page size.public String getNextToken()
The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
public ListCostAllocationTagBackfillHistoryResult withNextToken(String nextToken)
The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
nextToken - The token to retrieve the next set of results. Amazon Web Services provides the token when the response
from a previous call has more results than the maximum page size.public String toString()
toString in class ObjectObject.toString()public ListCostAllocationTagBackfillHistoryResult clone()
Copyright © 2024. All rights reserved.