@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteBudgetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteBudgetRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteBudgetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBudgetId()
The budget ID of the budget to delete.
|
String |
getFarmId()
The farm ID of the farm to remove from the budget.
|
int |
hashCode() |
void |
setBudgetId(String budgetId)
The budget ID of the budget to delete.
|
void |
setFarmId(String farmId)
The farm ID of the farm to remove from the budget.
|
String |
toString()
Returns a string representation of this object.
|
DeleteBudgetRequest |
withBudgetId(String budgetId)
The budget ID of the budget to delete.
|
DeleteBudgetRequest |
withFarmId(String farmId)
The farm ID of the farm to remove from the budget.
|
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 void setBudgetId(String budgetId)
The budget ID of the budget to delete.
budgetId
- The budget ID of the budget to delete.public String getBudgetId()
The budget ID of the budget to delete.
public DeleteBudgetRequest withBudgetId(String budgetId)
The budget ID of the budget to delete.
budgetId
- The budget ID of the budget to delete.public void setFarmId(String farmId)
The farm ID of the farm to remove from the budget.
farmId
- The farm ID of the farm to remove from the budget.public String getFarmId()
The farm ID of the farm to remove from the budget.
public DeleteBudgetRequest withFarmId(String farmId)
The farm ID of the farm to remove from the budget.
farmId
- The farm ID of the farm to remove from the budget.public String toString()
toString
in class Object
Object.toString()
public DeleteBudgetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()