@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeBudgetActionsForAccountResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeBudgetActionsForAccountResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeBudgetActionsForAccountResult |
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.
|
DescribeBudgetActionsForAccountResult |
withActions(Action... actions)
A list of the budget action resources information.
|
DescribeBudgetActionsForAccountResult |
withActions(Collection<Action> actions)
A list of the budget action resources information.
|
DescribeBudgetActionsForAccountResult |
withNextToken(String nextToken) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DescribeBudgetActionsForAccountResult()
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 DescribeBudgetActionsForAccountResult 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 DescribeBudgetActionsForAccountResult 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 DescribeBudgetActionsForAccountResult withNextToken(String nextToken)
nextToken - public String toString()
toString in class ObjectObject.toString()public DescribeBudgetActionsForAccountResult clone()