@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeBudgetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request of DescribeBudget
NOOP
Constructor and Description |
---|
DescribeBudgetRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeBudgetRequest |
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 a description of. |
String |
getBudgetName()
The name of the budget that you want a description of.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The
accountId that is associated with the budget that you want a description of. |
void |
setBudgetName(String budgetName)
The name of the budget that you want a description of.
|
String |
toString()
Returns a string representation of this object.
|
DescribeBudgetRequest |
withAccountId(String accountId)
The
accountId that is associated with the budget that you want a description of. |
DescribeBudgetRequest |
withBudgetName(String budgetName)
The name of the budget that you want a description of.
|
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)
The accountId
that is associated with the budget that you want a description of.
accountId
- The accountId
that is associated with the budget that you want a description of.public String getAccountId()
The accountId
that is associated with the budget that you want a description of.
accountId
that is associated with the budget that you want a description of.public DescribeBudgetRequest withAccountId(String accountId)
The accountId
that is associated with the budget that you want a description of.
accountId
- The accountId
that is associated with the budget that you want a description of.public void setBudgetName(String budgetName)
The name of the budget that you want a description of.
budgetName
- The name of the budget that you want a description of.public String getBudgetName()
The name of the budget that you want a description of.
public DescribeBudgetRequest withBudgetName(String budgetName)
The name of the budget that you want a description of.
budgetName
- The name of the budget that you want a description of.public String toString()
toString
in class Object
Object.toString()
public DescribeBudgetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()