@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBudgetsForResourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListBudgetsForResourceResult() |
Modifier and Type | Method and Description |
---|---|
ListBudgetsForResourceResult |
clone() |
boolean |
equals(Object obj) |
List<BudgetDetail> |
getBudgets()
Information about the associated budgets.
|
String |
getNextPageToken()
The page token to use to retrieve the next set of results.
|
int |
hashCode() |
void |
setBudgets(Collection<BudgetDetail> budgets)
Information about the associated budgets.
|
void |
setNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListBudgetsForResourceResult |
withBudgets(BudgetDetail... budgets)
Information about the associated budgets.
|
ListBudgetsForResourceResult |
withBudgets(Collection<BudgetDetail> budgets)
Information about the associated budgets.
|
ListBudgetsForResourceResult |
withNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<BudgetDetail> getBudgets()
Information about the associated budgets.
public void setBudgets(Collection<BudgetDetail> budgets)
Information about the associated budgets.
budgets
- Information about the associated budgets.public ListBudgetsForResourceResult withBudgets(BudgetDetail... budgets)
Information about the associated budgets.
NOTE: This method appends the values to the existing list (if any). Use
setBudgets(java.util.Collection)
or withBudgets(java.util.Collection)
if you want to override
the existing values.
budgets
- Information about the associated budgets.public ListBudgetsForResourceResult withBudgets(Collection<BudgetDetail> budgets)
Information about the associated budgets.
budgets
- Information about the associated budgets.public void setNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
nextPageToken
- The page token to use to retrieve the next set of results. If there are no additional results, this value
is null.public String getNextPageToken()
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
public ListBudgetsForResourceResult withNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
nextPageToken
- The page token to use to retrieve the next set of results. If there are no additional results, this value
is null.public String toString()
toString
in class Object
Object.toString()
public ListBudgetsForResourceResult clone()