@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutDeliverabilityDashboardOptionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to enable or disable the Deliverability dashboard. When you enable the Deliverability dashboard, you gain access to reputation 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 charge of USD$1,250.00, in addition to any other fees that you accrue by using Amazon Pinpoint. If you enable the Deliverability dashboard after the first day of a calendar month, we prorate the monthly charge based on how many days have elapsed in the current calendar month.
NOOP
Constructor and Description |
---|
PutDeliverabilityDashboardOptionRequest() |
Modifier and Type | Method and Description |
---|---|
PutDeliverabilityDashboardOptionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getDashboardEnabled()
Indicates whether the Deliverability dashboard is enabled.
|
int |
hashCode() |
Boolean |
isDashboardEnabled()
Indicates whether the Deliverability dashboard is enabled.
|
void |
setDashboardEnabled(Boolean dashboardEnabled)
Indicates whether the Deliverability dashboard is enabled.
|
String |
toString()
Returns a string representation of this object.
|
PutDeliverabilityDashboardOptionRequest |
withDashboardEnabled(Boolean dashboardEnabled)
Indicates whether the Deliverability dashboard is enabled.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public PutDeliverabilityDashboardOptionRequest()
public void setDashboardEnabled(Boolean dashboardEnabled)
Indicates whether the Deliverability dashboard is enabled. If the value is true
, then the dashboard
is enabled.
dashboardEnabled
- Indicates whether the Deliverability dashboard is enabled. If the value is true
, then the
dashboard is enabled.public Boolean getDashboardEnabled()
Indicates whether the Deliverability dashboard is enabled. If the value is true
, then the dashboard
is enabled.
true
, then the
dashboard is enabled.public PutDeliverabilityDashboardOptionRequest withDashboardEnabled(Boolean dashboardEnabled)
Indicates whether the Deliverability dashboard is enabled. If the value is true
, then the dashboard
is enabled.
dashboardEnabled
- Indicates whether the Deliverability dashboard is enabled. If the value is true
, then the
dashboard is enabled.public Boolean isDashboardEnabled()
Indicates whether the Deliverability dashboard is enabled. If the value is true
, then the dashboard
is enabled.
true
, then the
dashboard is enabled.public String toString()
toString
in class Object
Object.toString()
public PutDeliverabilityDashboardOptionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.