@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SetVoiceMessageSpendLimitOverrideRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
SetVoiceMessageSpendLimitOverrideRequest() |
| Modifier and Type | Method and Description |
|---|---|
SetVoiceMessageSpendLimitOverrideRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Long |
getMonthlyLimit()
The new monthly limit to enforce on voice messages.
|
int |
hashCode() |
void |
setMonthlyLimit(Long monthlyLimit)
The new monthly limit to enforce on voice messages.
|
String |
toString()
Returns a string representation of this object.
|
SetVoiceMessageSpendLimitOverrideRequest |
withMonthlyLimit(Long monthlyLimit)
The new monthly limit to enforce on voice messages.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic SetVoiceMessageSpendLimitOverrideRequest()
public void setMonthlyLimit(Long monthlyLimit)
The new monthly limit to enforce on voice messages.
monthlyLimit - The new monthly limit to enforce on voice messages.public Long getMonthlyLimit()
The new monthly limit to enforce on voice messages.
public SetVoiceMessageSpendLimitOverrideRequest withMonthlyLimit(Long monthlyLimit)
The new monthly limit to enforce on voice messages.
monthlyLimit - The new monthly limit to enforce on voice messages.public String toString()
toString in class ObjectObject.toString()public SetVoiceMessageSpendLimitOverrideRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()