@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeBudgetActionsForBudgetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeBudgetActionsForBudgetResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeBudgetActionsForBudgetResult |
clone() |
boolean |
equals(Object obj) |
List<Action> |
getActions()
A list of the budget action resources information.
|
String |
getNextToken() |
int |
hashCode() |
void |
setActions(Collection<Action> actions)
A list of the budget action resources information.
|
void |
setNextToken(String nextToken) |
String |
toString()
Returns a string representation of this object.
|
DescribeBudgetActionsForBudgetResult |
withActions(Action... actions)
A list of the budget action resources information.
|
DescribeBudgetActionsForBudgetResult |
withActions(Collection<Action> actions)
A list of the budget action resources information.
|
DescribeBudgetActionsForBudgetResult |
withNextToken(String nextToken) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DescribeBudgetActionsForBudgetResult()
public List<Action> getActions()
A list of the budget action resources information.
public void setActions(Collection<Action> actions)
A list of the budget action resources information.
actions - A list of the budget action resources information.public DescribeBudgetActionsForBudgetResult withActions(Action... actions)
A list of the budget action resources information.
NOTE: This method appends the values to the existing list (if any). Use
setActions(java.util.Collection) or withActions(java.util.Collection) if you want to override
the existing values.
actions - A list of the budget action resources information.public DescribeBudgetActionsForBudgetResult withActions(Collection<Action> actions)
A list of the budget action resources information.
actions - A list of the budget action resources information.public void setNextToken(String nextToken)
nextToken - public String getNextToken()
public DescribeBudgetActionsForBudgetResult withNextToken(String nextToken)
nextToken - public String toString()
toString in class ObjectObject.toString()public DescribeBudgetActionsForBudgetResult clone()