@Generated(value="software.amazon.awssdk:codegen") public final class ListDomainDeliverabilityCampaignsRequest extends PinpointEmailRequest 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 (
PutDeliverabilityDashboardOption operation) for the domain.
| 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 Instant startDate()
The first day, in Unix time format, that you want to obtain deliverability data for.
public 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 String subscribedDomain()
The domain to obtain deliverability data for.
public 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 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 PinpointEmailRequestpublic static ListDomainDeliverabilityCampaignsRequest.Builder builder()
public static Class<? extends ListDomainDeliverabilityCampaignsRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.