@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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 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 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SendQuota.Builder,SendQuota>
public static SendQuota.Builder builder()
public static Class<? extends SendQuota.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.