@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DashboardOptions extends Object implements Serializable, Cloneable, StructuredPojo
An object containing additional settings for your VDM configuration as applicable to the Dashboard.
| Constructor and Description |
|---|
DashboardOptions() |
| Modifier and Type | Method and Description |
|---|---|
DashboardOptions |
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.
|
DashboardOptions |
withEngagementMetrics(FeatureStatus engagementMetrics)
Specifies the status of your VDM engagement metrics collection.
|
DashboardOptions |
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 the configuration set.
DISABLED – Amazon SES disables engagement metrics for the configuration set.
engagementMetrics - Specifies the status of your VDM engagement metrics collection. Can be one of the following:
ENABLED – Amazon SES enables engagement metrics for the configuration set.
DISABLED – Amazon SES disables engagement metrics for the configuration set.
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 the configuration set.
DISABLED – Amazon SES disables engagement metrics for the configuration set.
ENABLED – Amazon SES enables engagement metrics for the configuration set.
DISABLED – Amazon SES disables engagement metrics for the configuration set.
FeatureStatuspublic DashboardOptions 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 the configuration set.
DISABLED – Amazon SES disables engagement metrics for the configuration set.
engagementMetrics - Specifies the status of your VDM engagement metrics collection. Can be one of the following:
ENABLED – Amazon SES enables engagement metrics for the configuration set.
DISABLED – Amazon SES disables engagement metrics for the configuration set.
FeatureStatuspublic DashboardOptions 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 the configuration set.
DISABLED – Amazon SES disables engagement metrics for the configuration set.
engagementMetrics - Specifies the status of your VDM engagement metrics collection. Can be one of the following:
ENABLED – Amazon SES enables engagement metrics for the configuration set.
DISABLED – Amazon SES disables engagement metrics for the configuration set.
FeatureStatuspublic String toString()
toString in class ObjectObject.toString()public DashboardOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.