@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDomainDeliverabilityCampaignRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Retrieve all the deliverability data for a specific campaign. This data is available for a campaign only if the
campaign sent email by using a domain that the Deliverability dashboard is enabled for (
PutDeliverabilityDashboardOption operation).
NOOP| Constructor and Description |
|---|
GetDomainDeliverabilityCampaignRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetDomainDeliverabilityCampaignRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCampaignId()
The unique identifier for the campaign.
|
int |
hashCode() |
void |
setCampaignId(String campaignId)
The unique identifier for the campaign.
|
String |
toString()
Returns a string representation of this object.
|
GetDomainDeliverabilityCampaignRequest |
withCampaignId(String campaignId)
The unique identifier for the campaign.
|
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, withSdkRequestTimeoutpublic GetDomainDeliverabilityCampaignRequest()
public void setCampaignId(String campaignId)
The unique identifier for the campaign. The Deliverability dashboard automatically generates and assigns this identifier to a campaign.
campaignId - The unique identifier for the campaign. The Deliverability dashboard automatically generates and assigns
this identifier to a campaign.public String getCampaignId()
The unique identifier for the campaign. The Deliverability dashboard automatically generates and assigns this identifier to a campaign.
public GetDomainDeliverabilityCampaignRequest withCampaignId(String campaignId)
The unique identifier for the campaign. The Deliverability dashboard automatically generates and assigns this identifier to a campaign.
campaignId - The unique identifier for the campaign. The Deliverability dashboard automatically generates and assigns
this identifier to a campaign.public String toString()
toString in class ObjectObject.toString()public GetDomainDeliverabilityCampaignRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()