@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) |
<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.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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 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 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 AwsResponse
public static GetSendQuotaResponse.Builder builder()
public static Class<? extends GetSendQuotaResponse.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2019. All rights reserved.