@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteBudgetActionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteBudgetActionRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteBudgetActionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountId() |
String |
getActionId()
A system-generated universally unique identifier (UUID) for the action.
|
String |
getBudgetName() |
int |
hashCode() |
void |
setAccountId(String accountId) |
void |
setActionId(String actionId)
A system-generated universally unique identifier (UUID) for the action.
|
void |
setBudgetName(String budgetName) |
String |
toString()
Returns a string representation of this object.
|
DeleteBudgetActionRequest |
withAccountId(String accountId) |
DeleteBudgetActionRequest |
withActionId(String actionId)
A system-generated universally unique identifier (UUID) for the action.
|
DeleteBudgetActionRequest |
withBudgetName(String budgetName) |
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 setAccountId(String accountId)
accountId
- public String getAccountId()
public DeleteBudgetActionRequest withAccountId(String accountId)
accountId
- public void setBudgetName(String budgetName)
budgetName
- public String getBudgetName()
public DeleteBudgetActionRequest withBudgetName(String budgetName)
budgetName
- public void setActionId(String actionId)
A system-generated universally unique identifier (UUID) for the action.
actionId
- A system-generated universally unique identifier (UUID) for the action.public String getActionId()
A system-generated universally unique identifier (UUID) for the action.
public DeleteBudgetActionRequest withActionId(String actionId)
A system-generated universally unique identifier (UUID) for the action.
actionId
- A system-generated universally unique identifier (UUID) for the action.public String toString()
toString
in class Object
Object.toString()
public DeleteBudgetActionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()