@Generated(value="software.amazon.awssdk:codegen") public final class SendQuota extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SendQuota.Builder,SendQuota>
An object that contains information about the per-day and per-second sending limits for your Amazon Pinpoint account in the current AWS Region.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SendQuota.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SendQuota.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
max24HourSend()
The maximum number of emails that you can send in the current AWS Region over a 24-hour period.
|
Double |
maxSendRate()
The maximum number of emails that you can send per second in the current AWS Region.
|
List<SdkField<?>> |
sdkFields() |
Double |
sentLast24Hours()
The number of emails sent from your Amazon Pinpoint account in the current AWS Region over the past 24 hours.
|
static Class<? extends SendQuota.Builder> |
serializableBuilderClass() |
SendQuota.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Double max24HourSend()
The maximum number of emails that you can send in the current AWS Region over a 24-hour period. This value is also called your sending quota.
public final Double maxSendRate()
The maximum number of emails that you can send per second in the current AWS Region. This value is also called your maximum sending rate or your maximum TPS (transactions per second) rate.
public final Double sentLast24Hours()
The number of emails sent from your Amazon Pinpoint account in the current AWS Region over the past 24 hours.
public SendQuota.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SendQuota.Builder,SendQuota>public static SendQuota.Builder builder()
public static Class<? extends SendQuota.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.