Class ListDomainDeliverabilityCampaignsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.pinpointemail.model.PinpointEmailRequest
-
- software.amazon.awssdk.services.pinpointemail.model.ListDomainDeliverabilityCampaignsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListDomainDeliverabilityCampaignsRequest.Builder,ListDomainDeliverabilityCampaignsRequest>
@Generated("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 (
PutDeliverabilityDashboardOptionoperation) for the domain.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListDomainDeliverabilityCampaignsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListDomainDeliverabilityCampaignsRequest.Builderbuilder()InstantendDate()The last day, in Unix time format, that you want to obtain deliverability data for.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringnextToken()A token that’s returned from a previous call to theListDomainDeliverabilityCampaignsoperation.IntegerpageSize()The maximum number of results to include in response to a single call to theListDomainDeliverabilityCampaignsoperation.List<SdkField<?>>sdkFields()static Class<? extends ListDomainDeliverabilityCampaignsRequest.Builder>serializableBuilderClass()InstantstartDate()The first day, in Unix time format, that you want to obtain deliverability data for.StringsubscribedDomain()The domain to obtain deliverability data for.ListDomainDeliverabilityCampaignsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
startDate
public final Instant startDate()
The first day, in Unix time format, that you want to obtain deliverability data for.
- Returns:
- The first day, in Unix time format, that you want to obtain deliverability data for.
-
endDate
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
StartDateparameter.- Returns:
- 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
StartDateparameter.
-
subscribedDomain
public final String subscribedDomain()
The domain to obtain deliverability data for.
- Returns:
- The domain to obtain deliverability data for.
-
nextToken
public final String nextToken()
A token that’s returned from a previous call to the
ListDomainDeliverabilityCampaignsoperation. This token indicates the position of a campaign in the list of campaigns.- Returns:
- A token that’s returned from a previous call to the
ListDomainDeliverabilityCampaignsoperation. This token indicates the position of a campaign in the list of campaigns.
-
pageSize
public final Integer pageSize()
The maximum number of results to include in response to a single call to the
ListDomainDeliverabilityCampaignsoperation. If the number of results is larger than the number that you specify in this parameter, the response includes aNextTokenelement, which you can use to obtain additional results.- Returns:
- The maximum number of results to include in response to a single call to the
ListDomainDeliverabilityCampaignsoperation. If the number of results is larger than the number that you specify in this parameter, the response includes aNextTokenelement, which you can use to obtain additional results.
-
toBuilder
public ListDomainDeliverabilityCampaignsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListDomainDeliverabilityCampaignsRequest.Builder,ListDomainDeliverabilityCampaignsRequest>- Specified by:
toBuilderin classPinpointEmailRequest
-
builder
public static ListDomainDeliverabilityCampaignsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListDomainDeliverabilityCampaignsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-