@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public StartCostAllocationTagBackfillRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()