|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.simpleemail.model.GetSendQuotaResult
public class GetSendQuotaResult
Represents the user's current activity limits returned from a successful GetSendQuota request.
| Constructor Summary | |
|---|---|
GetSendQuotaResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Double |
getMax24HourSend()
The maximum number of emails the user is allowed to send in a 24-hour interval. |
Double |
getMaxSendRate()
The maximum number of emails the user is allowed to send per second. |
Double |
getSentLast24Hours()
The number of emails sent during the previous 24 hours. |
int |
hashCode()
|
void |
setMax24HourSend(Double max24HourSend)
The maximum number of emails the user is allowed to send in a 24-hour interval. |
void |
setMaxSendRate(Double maxSendRate)
The maximum number of emails the user is allowed to send per second. |
void |
setSentLast24Hours(Double sentLast24Hours)
The number of emails sent during the previous 24 hours. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
GetSendQuotaResult |
withMax24HourSend(Double max24HourSend)
The maximum number of emails the user is allowed to send in a 24-hour interval. |
GetSendQuotaResult |
withMaxSendRate(Double maxSendRate)
The maximum number of emails the user is allowed to send per second. |
GetSendQuotaResult |
withSentLast24Hours(Double sentLast24Hours)
The number of emails sent during the previous 24 hours. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GetSendQuotaResult()
| Method Detail |
|---|
public Double getMax24HourSend()
public void setMax24HourSend(Double max24HourSend)
max24HourSend - The maximum number of emails the user is allowed to send in a 24-hour
interval.public GetSendQuotaResult withMax24HourSend(Double max24HourSend)
Returns a reference to this object so that method calls can be chained together.
max24HourSend - The maximum number of emails the user is allowed to send in a 24-hour
interval.
public Double getMaxSendRate()
public void setMaxSendRate(Double maxSendRate)
maxSendRate - The maximum number of emails the user is allowed to send per second.public GetSendQuotaResult withMaxSendRate(Double maxSendRate)
Returns a reference to this object so that method calls can be chained together.
maxSendRate - The maximum number of emails the user is allowed to send per second.
public Double getSentLast24Hours()
public void setSentLast24Hours(Double sentLast24Hours)
sentLast24Hours - The number of emails sent during the previous 24 hours.public GetSendQuotaResult withSentLast24Hours(Double sentLast24Hours)
Returns a reference to this object so that method calls can be chained together.
sentLast24Hours - The number of emails sent during the previous 24 hours.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||