@Generated(value="software.amazon.awssdk:codegen") public final class PutDeliverabilityDashboardOptionRequest extends PinpointEmailRequest implements ToCopyableBuilder<PutDeliverabilityDashboardOptionRequest.Builder,PutDeliverabilityDashboardOptionRequest>
Enable or disable the Deliverability dashboard for your Amazon Pinpoint account. When you enable the Deliverability dashboard, you gain access to reputation, deliverability, and other metrics for the domains that you use to send email using Amazon Pinpoint. You also gain the ability to perform predictive inbox placement tests.
When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition to any other fees that you accrue by using Amazon Pinpoint. For more information about the features and cost of a Deliverability dashboard subscription, see Amazon Pinpoint Pricing.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutDeliverabilityDashboardOptionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutDeliverabilityDashboardOptionRequest.Builder |
builder() |
Boolean |
dashboardEnabled()
Specifies whether to enable the Deliverability dashboard for your Amazon Pinpoint account.
|
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 PutDeliverabilityDashboardOptionRequest.Builder> |
serializableBuilderClass() |
List<DomainDeliverabilityTrackingOption> |
subscribedDomains()
An array of objects, one for each verified domain that you use to send email and enabled the Deliverability
dashboard for.
|
PutDeliverabilityDashboardOptionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Boolean dashboardEnabled()
Specifies whether to enable the Deliverability dashboard for your Amazon Pinpoint account. To enable the
dashboard, set this value to true.
true.public List<DomainDeliverabilityTrackingOption> subscribedDomains()
An array of objects, one for each verified domain that you use to send email and enabled the Deliverability dashboard for.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public PutDeliverabilityDashboardOptionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutDeliverabilityDashboardOptionRequest.Builder,PutDeliverabilityDashboardOptionRequest>toBuilder in class PinpointEmailRequestpublic static PutDeliverabilityDashboardOptionRequest.Builder builder()
public static Class<? extends PutDeliverabilityDashboardOptionRequest.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.