@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDomainDeliverabilityCampaignsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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.
NOOP
Constructor and Description |
---|
ListDomainDeliverabilityCampaignsRequest() |
Modifier and Type | Method and Description |
---|---|
ListDomainDeliverabilityCampaignsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getEndDate()
The last day, in Unix time format, that you want to obtain deliverability data for.
|
String |
getNextToken()
A token that’s returned from a previous call to the
ListDomainDeliverabilityCampaigns operation. |
Integer |
getPageSize()
The maximum number of results to include in response to a single call to the
ListDomainDeliverabilityCampaigns operation. |
Date |
getStartDate()
The first day, in Unix time format, that you want to obtain deliverability data for.
|
String |
getSubscribedDomain()
The domain to obtain deliverability data for.
|
int |
hashCode() |
void |
setEndDate(Date endDate)
The last day, in Unix time format, that you want to obtain deliverability data for.
|
void |
setNextToken(String nextToken)
A token that’s returned from a previous call to the
ListDomainDeliverabilityCampaigns operation. |
void |
setPageSize(Integer pageSize)
The maximum number of results to include in response to a single call to the
ListDomainDeliverabilityCampaigns operation. |
void |
setStartDate(Date startDate)
The first day, in Unix time format, that you want to obtain deliverability data for.
|
void |
setSubscribedDomain(String subscribedDomain)
The domain to obtain deliverability data for.
|
String |
toString()
Returns a string representation of this object.
|
ListDomainDeliverabilityCampaignsRequest |
withEndDate(Date endDate)
The last day, in Unix time format, that you want to obtain deliverability data for.
|
ListDomainDeliverabilityCampaignsRequest |
withNextToken(String nextToken)
A token that’s returned from a previous call to the
ListDomainDeliverabilityCampaigns operation. |
ListDomainDeliverabilityCampaignsRequest |
withPageSize(Integer pageSize)
The maximum number of results to include in response to a single call to the
ListDomainDeliverabilityCampaigns operation. |
ListDomainDeliverabilityCampaignsRequest |
withStartDate(Date startDate)
The first day, in Unix time format, that you want to obtain deliverability data for.
|
ListDomainDeliverabilityCampaignsRequest |
withSubscribedDomain(String subscribedDomain)
The domain to obtain deliverability data for.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public ListDomainDeliverabilityCampaignsRequest()
public void setStartDate(Date startDate)
The first day, in Unix time format, that you want to obtain deliverability data for.
startDate
- The first day, in Unix time format, that you want to obtain deliverability data for.public Date getStartDate()
The first day, in Unix time format, that you want to obtain deliverability data for.
public ListDomainDeliverabilityCampaignsRequest withStartDate(Date startDate)
The first day, in Unix time format, that you want to obtain deliverability data for.
startDate
- The first day, in Unix time format, that you want to obtain deliverability data for.public void setEndDate(Date 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.
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.public Date getEndDate()
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 ListDomainDeliverabilityCampaignsRequest withEndDate(Date 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.
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.public void setSubscribedDomain(String subscribedDomain)
The domain to obtain deliverability data for.
subscribedDomain
- The domain to obtain deliverability data for.public String getSubscribedDomain()
The domain to obtain deliverability data for.
public ListDomainDeliverabilityCampaignsRequest withSubscribedDomain(String subscribedDomain)
The domain to obtain deliverability data for.
subscribedDomain
- The domain to obtain deliverability data for.public void setNextToken(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.
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.public String getNextToken()
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 ListDomainDeliverabilityCampaignsRequest withNextToken(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.
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.public void setPageSize(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.
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.public Integer getPageSize()
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 withPageSize(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.
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.public String toString()
toString
in class Object
Object.toString()
public ListDomainDeliverabilityCampaignsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()