@Generated(value="software.amazon.awssdk:codegen") public final class GetSendQuotaResponse extends SesResponse implements ToCopyableBuilder<GetSendQuotaResponse.Builder,GetSendQuotaResponse>
Represents your Amazon SES daily sending quota, maximum send rate, and the number of emails you have sent in the last 24 hours.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetSendQuotaResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetSendQuotaResponse.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 the user is allowed to send in a 24-hour interval.
|
Double |
maxSendRate()
The maximum number of emails that Amazon SES can accept from the user's account per second.
|
List<SdkField<?>> |
sdkFields() |
Double |
sentLast24Hours()
The number of emails sent during the previous 24 hours.
|
static Class<? extends GetSendQuotaResponse.Builder> |
serializableBuilderClass() |
GetSendQuotaResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public final 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.
The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.
public final Double sentLast24Hours()
The number of emails sent during the previous 24 hours.
public GetSendQuotaResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetSendQuotaResponse.Builder,GetSendQuotaResponse>toBuilder in class AwsResponsepublic static GetSendQuotaResponse.Builder builder()
public static Class<? extends GetSendQuotaResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.