@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartCostAllocationTagBackfillRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StartCostAllocationTagBackfillRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartCostAllocationTagBackfillRequest |
clone() |
boolean |
equals(Object obj) |
String |
getBackfillFrom()
The date you want the backfill to start from.
|
int |
hashCode() |
void |
setBackfillFrom(String backfillFrom)
The date you want the backfill to start from.
|
String |
toString()
Returns a string representation of this object.
|
StartCostAllocationTagBackfillRequest |
withBackfillFrom(String backfillFrom)
The date you want the backfill to start from.
|
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 StartCostAllocationTagBackfillRequest()
public void setBackfillFrom(String backfillFrom)
The date you want the backfill to start from. The date can only be a first day of the month (a billing start date). Dates can't precede the previous twelve months, or in the future.
backfillFrom - The date you want the backfill to start from. The date can only be a first day of the month (a billing
start date). Dates can't precede the previous twelve months, or in the future.public String getBackfillFrom()
The date you want the backfill to start from. The date can only be a first day of the month (a billing start date). Dates can't precede the previous twelve months, or in the future.
public StartCostAllocationTagBackfillRequest withBackfillFrom(String backfillFrom)
The date you want the backfill to start from. The date can only be a first day of the month (a billing start date). Dates can't precede the previous twelve months, or in the future.
backfillFrom - The date you want the backfill to start from. The date can only be a first day of the month (a billing
start date). Dates can't precede the previous twelve months, or in the future.public String toString()
toString in class ObjectObject.toString()public StartCostAllocationTagBackfillRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.