@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SetMediaMessageSpendLimitOverrideRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SetMediaMessageSpendLimitOverrideRequest() |
Modifier and Type | Method and Description |
---|---|
SetMediaMessageSpendLimitOverrideRequest |
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 text messages.
|
int |
hashCode() |
void |
setMonthlyLimit(Long monthlyLimit)
The new monthly limit to enforce on text messages.
|
String |
toString()
Returns a string representation of this object.
|
SetMediaMessageSpendLimitOverrideRequest |
withMonthlyLimit(Long monthlyLimit)
The new monthly limit to enforce on text 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, withSdkRequestTimeout
public SetMediaMessageSpendLimitOverrideRequest()
public void setMonthlyLimit(Long monthlyLimit)
The new monthly limit to enforce on text messages.
monthlyLimit
- The new monthly limit to enforce on text messages.public Long getMonthlyLimit()
The new monthly limit to enforce on text messages.
public SetMediaMessageSpendLimitOverrideRequest withMonthlyLimit(Long monthlyLimit)
The new monthly limit to enforce on text messages.
monthlyLimit
- The new monthly limit to enforce on text messages.public String toString()
toString
in class Object
Object.toString()
public SetMediaMessageSpendLimitOverrideRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()