@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteVoiceMessageSpendLimitOverrideResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteVoiceMessageSpendLimitOverrideResult() |
Modifier and Type | Method and Description |
---|---|
DeleteVoiceMessageSpendLimitOverrideResult |
clone() |
boolean |
equals(Object obj) |
Long |
getMonthlyLimit()
The current monthly limit, in US dollars.
|
int |
hashCode() |
void |
setMonthlyLimit(Long monthlyLimit)
The current monthly limit, in US dollars.
|
String |
toString()
Returns a string representation of this object.
|
DeleteVoiceMessageSpendLimitOverrideResult |
withMonthlyLimit(Long monthlyLimit)
The current monthly limit, in US dollars.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DeleteVoiceMessageSpendLimitOverrideResult()
public void setMonthlyLimit(Long monthlyLimit)
The current monthly limit, in US dollars.
monthlyLimit
- The current monthly limit, in US dollars.public Long getMonthlyLimit()
The current monthly limit, in US dollars.
public DeleteVoiceMessageSpendLimitOverrideResult withMonthlyLimit(Long monthlyLimit)
The current monthly limit, in US dollars.
monthlyLimit
- The current monthly limit, in US dollars.public String toString()
toString
in class Object
Object.toString()
public DeleteVoiceMessageSpendLimitOverrideResult clone()