Class ListDomainDeliverabilityCampaignsRequest
- All Implemented Interfaces:
SdkPojo,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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final InstantendDate()The last day that you want to obtain deliverability data for.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringA token that’s returned from a previous call to theListDomainDeliverabilityCampaignsoperation.final IntegerpageSize()The maximum number of results to include in response to a single call to theListDomainDeliverabilityCampaignsoperation.static Class<? extends ListDomainDeliverabilityCampaignsRequest.Builder>final InstantThe first day that you want to obtain deliverability data for.final StringThe domain to obtain deliverability data for.final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
startDate
The first day that you want to obtain deliverability data for.
- Returns:
- The first day that you want to obtain deliverability data for.
-
endDate
The last day 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 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
The domain to obtain deliverability data for.
- Returns:
- The domain to obtain deliverability data for.
-
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
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
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListDomainDeliverabilityCampaignsRequest.Builder,ListDomainDeliverabilityCampaignsRequest> - Specified by:
toBuilderin classSesV2Request
-
builder
-
serializableBuilderClass
public static Class<? extends ListDomainDeliverabilityCampaignsRequest.Builder> serializableBuilderClass() -
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-