@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateBudgetWithResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssociateBudgetWithResourceRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateBudgetWithResourceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBudgetName()
The name of the budget you want to associate.
|
String |
getResourceId()
The resource identifier.
|
int |
hashCode() |
void |
setBudgetName(String budgetName)
The name of the budget you want to associate.
|
void |
setResourceId(String resourceId)
The resource identifier.
|
String |
toString()
Returns a string representation of this object.
|
AssociateBudgetWithResourceRequest |
withBudgetName(String budgetName)
The name of the budget you want to associate.
|
AssociateBudgetWithResourceRequest |
withResourceId(String resourceId)
The resource identifier.
|
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 setBudgetName(String budgetName)
The name of the budget you want to associate.
budgetName
- The name of the budget you want to associate.public String getBudgetName()
The name of the budget you want to associate.
public AssociateBudgetWithResourceRequest withBudgetName(String budgetName)
The name of the budget you want to associate.
budgetName
- The name of the budget you want to associate.public void setResourceId(String resourceId)
The resource identifier. Either a portfolio-id or a product-id.
resourceId
- The resource identifier. Either a portfolio-id or a product-id.public String getResourceId()
The resource identifier. Either a portfolio-id or a product-id.
public AssociateBudgetWithResourceRequest withResourceId(String resourceId)
The resource identifier. Either a portfolio-id or a product-id.
resourceId
- The resource identifier. Either a portfolio-id or a product-id.public String toString()
toString
in class Object
Object.toString()
public AssociateBudgetWithResourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()