ToCopyableBuilder<GetSendQuotaResponse.Builder,GetSendQuotaResponse>
@Generated("software.amazon.awssdk:codegen") public class GetSendQuotaResponse extends AmazonWebServiceResult<ResponseMetadata> 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 | Description |
---|---|---|
static interface |
GetSendQuotaResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetSendQuotaResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
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.
|
Double |
sentLast24Hours() |
The number of emails sent during the previous 24 hours.
|
static Class<? extends GetSendQuotaResponse.Builder> |
serializableBuilderClass() |
|
GetSendQuotaResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetSendQuotaResponse.Builder,GetSendQuotaResponse>
public static GetSendQuotaResponse.Builder builder()
public static Class<? extends GetSendQuotaResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.