@Generated(value="software.amazon.awssdk:codegen") public final class GetDomainDeliverabilityCampaignRequest extends PinpointEmailRequest implements ToCopyableBuilder<GetDomainDeliverabilityCampaignRequest.Builder,GetDomainDeliverabilityCampaignRequest>
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).
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetDomainDeliverabilityCampaignRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetDomainDeliverabilityCampaignRequest.Builder |
builder() |
String |
campaignId()
The unique identifier for the campaign.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetDomainDeliverabilityCampaignRequest.Builder> |
serializableBuilderClass() |
GetDomainDeliverabilityCampaignRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String campaignId()
The unique identifier for the campaign. Amazon Pinpoint automatically generates and assigns this identifier to a campaign. This value is not the same as the campaign identifier that Amazon Pinpoint assigns to campaigns that you create and manage by using the Amazon Pinpoint API or the Amazon Pinpoint console.
public GetDomainDeliverabilityCampaignRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetDomainDeliverabilityCampaignRequest.Builder,GetDomainDeliverabilityCampaignRequest>toBuilder in class PinpointEmailRequestpublic static GetDomainDeliverabilityCampaignRequest.Builder builder()
public static Class<? extends GetDomainDeliverabilityCampaignRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.