@Generated(value="software.amazon.awssdk:codegen") public final class ListDomainDeliverabilityCampaignsRequest extends SesV2Request implements ToCopyableBuilder<ListDomainDeliverabilityCampaignsRequest.Builder,ListDomainDeliverabilityCampaignsRequest>
Retrieve deliverability data for all the campaigns that used a specific domain to send email during a specified time range. This data is available for a domain only if you enabled the Deliverability dashboard.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDomainDeliverabilityCampaignsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListDomainDeliverabilityCampaignsRequest.Builder |
builder() |
Instant |
endDate()
The last day, in Unix time format, that you want to obtain deliverability data for.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
A token that’s returned from a previous call to the
ListDomainDeliverabilityCampaigns operation. |
Integer |
pageSize()
The maximum number of results to include in response to a single call to the
ListDomainDeliverabilityCampaigns operation. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListDomainDeliverabilityCampaignsRequest.Builder> |
serializableBuilderClass() |
Instant |
startDate()
The first day, in Unix time format, that you want to obtain deliverability data for.
|
String |
subscribedDomain()
The domain to obtain deliverability data for.
|
ListDomainDeliverabilityCampaignsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant startDate()
The first day, in Unix time format, that you want to obtain deliverability data for.
public final Instant endDate()
The last day, in Unix time format, that you want to obtain deliverability data for. This value has to be less
than or equal to 30 days after the value of the StartDate parameter.
StartDate parameter.public final String subscribedDomain()
The domain to obtain deliverability data for.
public final String nextToken()
A token that’s returned from a previous call to the ListDomainDeliverabilityCampaigns operation.
This token indicates the position of a campaign in the list of campaigns.
ListDomainDeliverabilityCampaigns
operation. This token indicates the position of a campaign in the list of campaigns.public final Integer pageSize()
The maximum number of results to include in response to a single call to the
ListDomainDeliverabilityCampaigns operation. If the number of results is larger than the number that
you specify in this parameter, the response includes a NextToken element, which you can use to
obtain additional results.
ListDomainDeliverabilityCampaigns operation. If the number of results is larger than the
number that you specify in this parameter, the response includes a NextToken element, which
you can use to obtain additional results.public ListDomainDeliverabilityCampaignsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListDomainDeliverabilityCampaignsRequest.Builder,ListDomainDeliverabilityCampaignsRequest>toBuilder in class SesV2Requestpublic static ListDomainDeliverabilityCampaignsRequest.Builder builder()
public static Class<? extends ListDomainDeliverabilityCampaignsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2022. All rights reserved.