@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateBudgetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request of UpdateBudget
NOOP| Constructor and Description |
|---|
UpdateBudgetRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateBudgetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountId()
The
accountId that is associated with the budget that you want to update. |
Budget |
getNewBudget()
The budget that you want to update your budget to.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The
accountId that is associated with the budget that you want to update. |
void |
setNewBudget(Budget newBudget)
The budget that you want to update your budget to.
|
String |
toString()
Returns a string representation of this object.
|
UpdateBudgetRequest |
withAccountId(String accountId)
The
accountId that is associated with the budget that you want to update. |
UpdateBudgetRequest |
withNewBudget(Budget newBudget)
The budget that you want to update your budget to.
|
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, withSdkRequestTimeoutpublic void setAccountId(String accountId)
The accountId that is associated with the budget that you want to update.
accountId - The accountId that is associated with the budget that you want to update.public String getAccountId()
The accountId that is associated with the budget that you want to update.
accountId that is associated with the budget that you want to update.public UpdateBudgetRequest withAccountId(String accountId)
The accountId that is associated with the budget that you want to update.
accountId - The accountId that is associated with the budget that you want to update.public void setNewBudget(Budget newBudget)
The budget that you want to update your budget to.
newBudget - The budget that you want to update your budget to.public Budget getNewBudget()
The budget that you want to update your budget to.
public UpdateBudgetRequest withNewBudget(Budget newBudget)
The budget that you want to update your budget to.
newBudget - The budget that you want to update your budget to.public String toString()
toString in class ObjectObject.toString()public UpdateBudgetRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()