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