@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() |
boolean |
hasSubscribedDomains()
Returns true if the SubscribedDomains property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
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 final 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 final boolean hasSubscribedDomains()
public final 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.
You can use hasSubscribedDomains() to see if a value was sent in this field.
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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.