@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDeliverabilityDashboardOptionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
An object that shows the status of the Deliverability dashboard for your Amazon Pinpoint account.
| Constructor and Description |
|---|
GetDeliverabilityDashboardOptionsResult() |
| Modifier and Type | Method and Description |
|---|---|
GetDeliverabilityDashboardOptionsResult |
clone() |
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.
|
GetDeliverabilityDashboardOptionsResult |
withDashboardEnabled(Boolean dashboardEnabled)
Indicates whether the Deliverability dashboard is enabled.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic GetDeliverabilityDashboardOptionsResult()
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 GetDeliverabilityDashboardOptionsResult 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 ObjectObject.toString()public GetDeliverabilityDashboardOptionsResult clone()
Copyright © 2019. All rights reserved.