@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteMediaMessageSpendLimitOverrideResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteMediaMessageSpendLimitOverrideResult() |
Modifier and Type | Method and Description |
---|---|
DeleteMediaMessageSpendLimitOverrideResult |
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.
|
DeleteMediaMessageSpendLimitOverrideResult |
withMonthlyLimit(Long monthlyLimit)
The current monthly limit, in US dollars.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DeleteMediaMessageSpendLimitOverrideResult()
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 DeleteMediaMessageSpendLimitOverrideResult 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 DeleteMediaMessageSpendLimitOverrideResult clone()