@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CampaignLimits extends Object implements Serializable, Cloneable, StructuredPojo
| 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 |
marshall(ProtocolMarshaller protocolMarshaller) |
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 ObjectObject.toString()public CampaignLimits clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.