@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DashboardAttributes extends Object implements Serializable, Cloneable, StructuredPojo
An object containing additional settings for your VDM configuration as applicable to the Dashboard.
| Constructor and Description |
|---|
DashboardAttributes() |
| Modifier and Type | Method and Description |
|---|---|
DashboardAttributes |
clone() |
boolean |
equals(Object obj) |
String |
getEngagementMetrics()
Specifies the status of your VDM engagement metrics collection.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEngagementMetrics(String engagementMetrics)
Specifies the status of your VDM engagement metrics collection.
|
String |
toString()
Returns a string representation of this object.
|
DashboardAttributes |
withEngagementMetrics(FeatureStatus engagementMetrics)
Specifies the status of your VDM engagement metrics collection.
|
DashboardAttributes |
withEngagementMetrics(String engagementMetrics)
Specifies the status of your VDM engagement metrics collection.
|
public void setEngagementMetrics(String engagementMetrics)
Specifies the status of your VDM engagement metrics collection. Can be one of the following:
ENABLED – Amazon SES enables engagement metrics for your account.
DISABLED – Amazon SES disables engagement metrics for your account.
engagementMetrics - Specifies the status of your VDM engagement metrics collection. Can be one of the following:
ENABLED – Amazon SES enables engagement metrics for your account.
DISABLED – Amazon SES disables engagement metrics for your account.
FeatureStatuspublic String getEngagementMetrics()
Specifies the status of your VDM engagement metrics collection. Can be one of the following:
ENABLED – Amazon SES enables engagement metrics for your account.
DISABLED – Amazon SES disables engagement metrics for your account.
ENABLED – Amazon SES enables engagement metrics for your account.
DISABLED – Amazon SES disables engagement metrics for your account.
FeatureStatuspublic DashboardAttributes withEngagementMetrics(String engagementMetrics)
Specifies the status of your VDM engagement metrics collection. Can be one of the following:
ENABLED – Amazon SES enables engagement metrics for your account.
DISABLED – Amazon SES disables engagement metrics for your account.
engagementMetrics - Specifies the status of your VDM engagement metrics collection. Can be one of the following:
ENABLED – Amazon SES enables engagement metrics for your account.
DISABLED – Amazon SES disables engagement metrics for your account.
FeatureStatuspublic DashboardAttributes withEngagementMetrics(FeatureStatus engagementMetrics)
Specifies the status of your VDM engagement metrics collection. Can be one of the following:
ENABLED – Amazon SES enables engagement metrics for your account.
DISABLED – Amazon SES disables engagement metrics for your account.
engagementMetrics - Specifies the status of your VDM engagement metrics collection. Can be one of the following:
ENABLED – Amazon SES enables engagement metrics for your account.
DISABLED – Amazon SES disables engagement metrics for your account.
FeatureStatuspublic String toString()
toString in class ObjectObject.toString()public DashboardAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.