@Generated(value="software.amazon.awssdk:codegen") public final class PutDeliverabilityDashboardOptionRequest extends SesV2Request implements ToCopyableBuilder<PutDeliverabilityDashboardOptionRequest.Builder,PutDeliverabilityDashboardOptionRequest>
Enable or disable the Deliverability dashboard. 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 SES API v2. 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 SES and other AWS services. 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.
|
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 Boolean dashboardEnabled()
Specifies whether to enable the Deliverability dashboard. To enable the dashboard, set this value to
true.
true.public boolean hasSubscribedDomains()
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.
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 SesV2Requestpublic 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 © 2020. All rights reserved.