public class GetSendQuotaResult
extends java.lang.Object
implements java.io.Serializable
Represents your Amazon SES daily sending quota, maximum send rate, and the number of emails you have sent in the last 24 hours.
Constructor and Description |
---|
GetSendQuotaResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Double |
getMax24HourSend()
The maximum number of emails the user is allowed to send in a 24-hour
interval.
|
java.lang.Double |
getMaxSendRate()
The maximum number of emails that Amazon SES can accept from the user's
account per second.
|
java.lang.Double |
getSentLast24Hours()
The number of emails sent during the previous 24 hours.
|
int |
hashCode() |
void |
setMax24HourSend(java.lang.Double max24HourSend)
The maximum number of emails the user is allowed to send in a 24-hour
interval.
|
void |
setMaxSendRate(java.lang.Double maxSendRate)
The maximum number of emails that Amazon SES can accept from the user's
account per second.
|
void |
setSentLast24Hours(java.lang.Double sentLast24Hours)
The number of emails sent during the previous 24 hours.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetSendQuotaResult |
withMax24HourSend(java.lang.Double max24HourSend)
The maximum number of emails the user is allowed to send in a 24-hour
interval.
|
GetSendQuotaResult |
withMaxSendRate(java.lang.Double maxSendRate)
The maximum number of emails that Amazon SES can accept from the user's
account per second.
|
GetSendQuotaResult |
withSentLast24Hours(java.lang.Double sentLast24Hours)
The number of emails sent during the previous 24 hours.
|
public java.lang.Double getMax24HourSend()
The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.
The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.
public void setMax24HourSend(java.lang.Double max24HourSend)
The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.
max24HourSend
- The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.
public GetSendQuotaResult withMax24HourSend(java.lang.Double max24HourSend)
The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.
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. A value of -1 signifies an unlimited quota.
public java.lang.Double getMaxSendRate()
The maximum number of emails that Amazon SES can accept from the user's account per second.
The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.
The maximum number of emails that Amazon SES can accept from the user's account per second.
The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.
public void setMaxSendRate(java.lang.Double maxSendRate)
The maximum number of emails that Amazon SES can accept from the user's account per second.
The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.
maxSendRate
- The maximum number of emails that Amazon SES can accept from the user's account per second.
The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.
public GetSendQuotaResult withMaxSendRate(java.lang.Double maxSendRate)
The maximum number of emails that Amazon SES can accept from the user's account per second.
The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.
Returns a reference to this object so that method calls can be chained together.
maxSendRate
- The maximum number of emails that Amazon SES can accept from the user's account per second.
The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.
public java.lang.Double getSentLast24Hours()
The number of emails sent during the previous 24 hours.
The number of emails sent during the previous 24 hours.
public void setSentLast24Hours(java.lang.Double sentLast24Hours)
The number of emails sent during the previous 24 hours.
sentLast24Hours
- The number of emails sent during the previous 24 hours.
public GetSendQuotaResult withSentLast24Hours(java.lang.Double sentLast24Hours)
The number of emails sent during the previous 24 hours.
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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.