@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBudgetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListBudgetsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListBudgetsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFarmId()
The farm ID associated with the budgets.
|
Integer |
getMaxResults()
The maximum number of results to return.
|
String |
getNextToken()
The token for the next set of results, or
null to start from the beginning. |
String |
getStatus()
The status to list for the budgets.
|
int |
hashCode() |
void |
setFarmId(String farmId)
The farm ID associated with the budgets.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or
null to start from the beginning. |
void |
setStatus(String status)
The status to list for the budgets.
|
String |
toString()
Returns a string representation of this object.
|
ListBudgetsRequest |
withFarmId(String farmId)
The farm ID associated with the budgets.
|
ListBudgetsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListBudgetsRequest |
withNextToken(String nextToken)
The token for the next set of results, or
null to start from the beginning. |
ListBudgetsRequest |
withStatus(BudgetStatus status)
The status to list for the budgets.
|
ListBudgetsRequest |
withStatus(String status)
The status to list for the budgets.
|
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 setFarmId(String farmId)
The farm ID associated with the budgets.
farmId - The farm ID associated with the budgets.public String getFarmId()
The farm ID associated with the budgets.
public ListBudgetsRequest withFarmId(String farmId)
The farm ID associated with the budgets.
farmId - The farm ID associated with the budgets.public void setMaxResults(Integer maxResults)
The maximum number of results to return. Use this parameter with NextToken to get results as a set
of sequential pages.
maxResults - The maximum number of results to return. Use this parameter with NextToken to get results as
a set of sequential pages.public Integer getMaxResults()
The maximum number of results to return. Use this parameter with NextToken to get results as a set
of sequential pages.
NextToken to get results as
a set of sequential pages.public ListBudgetsRequest withMaxResults(Integer maxResults)
The maximum number of results to return. Use this parameter with NextToken to get results as a set
of sequential pages.
maxResults - The maximum number of results to return. Use this parameter with NextToken to get results as
a set of sequential pages.public void setNextToken(String nextToken)
The token for the next set of results, or null to start from the beginning.
nextToken - The token for the next set of results, or null to start from the beginning.public String getNextToken()
The token for the next set of results, or null to start from the beginning.
null to start from the beginning.public ListBudgetsRequest withNextToken(String nextToken)
The token for the next set of results, or null to start from the beginning.
nextToken - The token for the next set of results, or null to start from the beginning.public void setStatus(String status)
The status to list for the budgets.
status - The status to list for the budgets.BudgetStatuspublic String getStatus()
The status to list for the budgets.
BudgetStatuspublic ListBudgetsRequest withStatus(String status)
The status to list for the budgets.
status - The status to list for the budgets.BudgetStatuspublic ListBudgetsRequest withStatus(BudgetStatus status)
The status to list for the budgets.
status - The status to list for the budgets.BudgetStatuspublic String toString()
toString in class ObjectObject.toString()public ListBudgetsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()