@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDomainDeliverabilityCampaignResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
An object that contains 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).
Constructor and Description |
---|
GetDomainDeliverabilityCampaignResult() |
Modifier and Type | Method and Description |
---|---|
GetDomainDeliverabilityCampaignResult |
clone() |
boolean |
equals(Object obj) |
DomainDeliverabilityCampaign |
getDomainDeliverabilityCampaign()
An object that contains the deliverability data for the campaign.
|
int |
hashCode() |
void |
setDomainDeliverabilityCampaign(DomainDeliverabilityCampaign domainDeliverabilityCampaign)
An object that contains the deliverability data for the campaign.
|
String |
toString()
Returns a string representation of this object.
|
GetDomainDeliverabilityCampaignResult |
withDomainDeliverabilityCampaign(DomainDeliverabilityCampaign domainDeliverabilityCampaign)
An object that contains the deliverability data for the campaign.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetDomainDeliverabilityCampaignResult()
public void setDomainDeliverabilityCampaign(DomainDeliverabilityCampaign domainDeliverabilityCampaign)
An object that contains the deliverability data for the campaign.
domainDeliverabilityCampaign
- An object that contains the deliverability data for the campaign.public DomainDeliverabilityCampaign getDomainDeliverabilityCampaign()
An object that contains the deliverability data for the campaign.
public GetDomainDeliverabilityCampaignResult withDomainDeliverabilityCampaign(DomainDeliverabilityCampaign domainDeliverabilityCampaign)
An object that contains the deliverability data for the campaign.
domainDeliverabilityCampaign
- An object that contains the deliverability data for the campaign.public String toString()
toString
in class Object
Object.toString()
public GetDomainDeliverabilityCampaignResult clone()