public class CampaignLimits extends Object implements Serializable, Cloneable
Constructor and Description |
---|
CampaignLimits() |
Modifier and Type | Method and Description |
---|---|
CampaignLimits |
clone() |
boolean |
equals(Object obj) |
Integer |
getDaily()
The maximum number of messages that the campaign can send daily.
|
Integer |
getTotal()
The maximum total number of messages that the campaign can send.
|
int |
hashCode() |
void |
setDaily(Integer daily)
The maximum number of messages that the campaign can send daily.
|
void |
setTotal(Integer total)
The maximum total number of messages that the campaign can send.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CampaignLimits |
withDaily(Integer daily)
The maximum number of messages that the campaign can send daily.
|
CampaignLimits |
withTotal(Integer total)
The maximum total number of messages that the campaign can send.
|
public void setDaily(Integer daily)
daily
- The maximum number of messages that the campaign can send daily.public Integer getDaily()
public CampaignLimits withDaily(Integer daily)
daily
- The maximum number of messages that the campaign can send daily.public void setTotal(Integer total)
total
- The maximum total number of messages that the campaign can send.public Integer getTotal()
public CampaignLimits withTotal(Integer total)
total
- The maximum total number of messages that the campaign can send.public String toString()
toString
in class Object
Object.toString()
public CampaignLimits clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.