Class GetSendQuotaResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The maximum number of emails the user is allowed to send in a 24-hour interval.The maximum number of emails that Amazon SES can accept from the user's account per second.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 that Amazon SES can accept from the user's account per second.void
setSentLast24Hours
(Double sentLast24Hours) The number of emails sent during the previous 24 hours.toString()
Returns a string representation of this object; useful for testing and debugging.withMax24HourSend
(Double max24HourSend) The maximum number of emails the user is allowed to send in a 24-hour interval.withMaxSendRate
(Double maxSendRate) The maximum number of emails that Amazon SES can accept from the user's account per second.withSentLast24Hours
(Double sentLast24Hours) The number of emails sent during the previous 24 hours.
-
Constructor Details
-
GetSendQuotaResult
public GetSendQuotaResult()
-
-
Method Details
-
setMax24HourSend
The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.
- Parameters:
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.
-
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.
- Returns:
- The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.
-
withMax24HourSend
The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
setMaxSendRate
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. - Parameters:
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.
-
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. - Returns:
- 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.
-
withMaxSendRate
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. - Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
setSentLast24Hours
The number of emails sent during the previous 24 hours.
- Parameters:
sentLast24Hours
- The number of emails sent during the previous 24 hours.
-
getSentLast24Hours
The number of emails sent during the previous 24 hours.
- Returns:
- The number of emails sent during the previous 24 hours.
-
withSentLast24Hours
The number of emails sent during the previous 24 hours.
- Parameters:
sentLast24Hours
- The number of emails sent during the previous 24 hours.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-