Class ListDomainDeliverabilityCampaignsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.sesv2.model.SesV2Request
-
- software.amazon.awssdk.services.sesv2.model.ListDomainDeliverabilityCampaignsRequest
-
- All Implemented Interfaces:
SdkPojo
,ToCopyableBuilder<ListDomainDeliverabilityCampaignsRequest.Builder,ListDomainDeliverabilityCampaignsRequest>
@Generated("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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ListDomainDeliverabilityCampaignsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListDomainDeliverabilityCampaignsRequest.Builder
builder()
Instant
endDate()
The last day 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 theListDomainDeliverabilityCampaigns
operation.Integer
pageSize()
The maximum number of results to include in response to a single call to theListDomainDeliverabilityCampaigns
operation.List<SdkField<?>>
sdkFields()
static Class<? extends ListDomainDeliverabilityCampaignsRequest.Builder>
serializableBuilderClass()
Instant
startDate()
The first day 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.-
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 that you want to obtain deliverability data for.
- Returns:
- The first day that you want to obtain deliverability data for.
-
endDate
public final Instant 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
StartDate
parameter.- 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
StartDate
parameter.
-
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
ListDomainDeliverabilityCampaigns
operation. 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
ListDomainDeliverabilityCampaigns
operation. 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
ListDomainDeliverabilityCampaigns
operation. If the number of results is larger than the number that you specify in this parameter, the response includes aNextToken
element, which you can use to obtain additional results.- Returns:
- 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 aNextToken
element, which you can use to obtain additional results.
-
toBuilder
public ListDomainDeliverabilityCampaignsRequest.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<ListDomainDeliverabilityCampaignsRequest.Builder,ListDomainDeliverabilityCampaignsRequest>
- Specified by:
toBuilder
in classSesV2Request
-
builder
public static ListDomainDeliverabilityCampaignsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListDomainDeliverabilityCampaignsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equals
in classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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:
getValueForField
in classSdkRequest
-
-