@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BudgetActionToRemove extends Object implements Serializable, Cloneable, StructuredPojo
The budget action to remove.
| Constructor and Description |
|---|
BudgetActionToRemove() |
| Modifier and Type | Method and Description |
|---|---|
BudgetActionToRemove |
clone() |
boolean |
equals(Object obj) |
Float |
getThresholdPercentage()
The percentage threshold for the budget action to remove.
|
String |
getType()
The type of budget action to remove.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setThresholdPercentage(Float thresholdPercentage)
The percentage threshold for the budget action to remove.
|
void |
setType(String type)
The type of budget action to remove.
|
String |
toString()
Returns a string representation of this object.
|
BudgetActionToRemove |
withThresholdPercentage(Float thresholdPercentage)
The percentage threshold for the budget action to remove.
|
BudgetActionToRemove |
withType(BudgetActionType type)
The type of budget action to remove.
|
BudgetActionToRemove |
withType(String type)
The type of budget action to remove.
|
public void setThresholdPercentage(Float thresholdPercentage)
The percentage threshold for the budget action to remove.
thresholdPercentage - The percentage threshold for the budget action to remove.public Float getThresholdPercentage()
The percentage threshold for the budget action to remove.
public BudgetActionToRemove withThresholdPercentage(Float thresholdPercentage)
The percentage threshold for the budget action to remove.
thresholdPercentage - The percentage threshold for the budget action to remove.public void setType(String type)
The type of budget action to remove.
type - The type of budget action to remove.BudgetActionTypepublic String getType()
The type of budget action to remove.
BudgetActionTypepublic BudgetActionToRemove withType(String type)
The type of budget action to remove.
type - The type of budget action to remove.BudgetActionTypepublic BudgetActionToRemove withType(BudgetActionType type)
The type of budget action to remove.
type - The type of budget action to remove.BudgetActionTypepublic String toString()
toString in class ObjectObject.toString()public BudgetActionToRemove clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.