@Generated(value="software.amazon.awssdk:codegen") public final class GetDeliverabilityDashboardOptionsRequest extends SesV2Request implements ToCopyableBuilder<GetDeliverabilityDashboardOptionsRequest.Builder,GetDeliverabilityDashboardOptionsRequest>
Retrieve information about the status of the Deliverability dashboard for your Amazon Web Services account. When the Deliverability dashboard is enabled, you gain access to reputation, deliverability, and other metrics for your domains. 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 Amazon Web Services 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 |
GetDeliverabilityDashboardOptionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetDeliverabilityDashboardOptionsRequest.Builder |
builder() |
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 GetDeliverabilityDashboardOptionsRequest.Builder> |
serializableBuilderClass() |
GetDeliverabilityDashboardOptionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic GetDeliverabilityDashboardOptionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetDeliverabilityDashboardOptionsRequest.Builder,GetDeliverabilityDashboardOptionsRequest>toBuilder in class SesV2Requestpublic static GetDeliverabilityDashboardOptionsRequest.Builder builder()
public static Class<? extends GetDeliverabilityDashboardOptionsRequest.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 © 2023. All rights reserved.