@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.
FeatureStatus
public 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.
FeatureStatus
public 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.
FeatureStatus
public 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.
FeatureStatus
public String toString()
toString
in class Object
Object.toString()
public DashboardOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.