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