@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartCostAllocationTagBackfillResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartCostAllocationTagBackfillResult() |
Modifier and Type | Method and Description |
---|---|
StartCostAllocationTagBackfillResult |
clone() |
boolean |
equals(Object obj) |
CostAllocationTagBackfillRequest |
getBackfillRequest()
An object containing detailed metadata of your new backfill request.
|
int |
hashCode() |
void |
setBackfillRequest(CostAllocationTagBackfillRequest backfillRequest)
An object containing detailed metadata of your new backfill request.
|
String |
toString()
Returns a string representation of this object.
|
StartCostAllocationTagBackfillResult |
withBackfillRequest(CostAllocationTagBackfillRequest backfillRequest)
An object containing detailed metadata of your new backfill request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public StartCostAllocationTagBackfillResult()
public void setBackfillRequest(CostAllocationTagBackfillRequest backfillRequest)
An object containing detailed metadata of your new backfill request.
backfillRequest
- An object containing detailed metadata of your new backfill request.public CostAllocationTagBackfillRequest getBackfillRequest()
An object containing detailed metadata of your new backfill request.
public StartCostAllocationTagBackfillResult withBackfillRequest(CostAllocationTagBackfillRequest backfillRequest)
An object containing detailed metadata of your new backfill request.
backfillRequest
- An object containing detailed metadata of your new backfill request.public String toString()
toString
in class Object
Object.toString()
public StartCostAllocationTagBackfillResult clone()