@Generated(value="software.amazon.awssdk:codegen") public final class ReputationOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReputationOptions.Builder,ReputationOptions>
Enable or disable collection of reputation metrics for emails that you send using this configuration set in the current AWS Region.
Modifier and Type | Class and Description |
---|---|
static interface |
ReputationOptions.Builder |
Modifier and Type | Method and Description |
---|---|
static ReputationOptions.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastFreshStart()
The date and time (in Unix time) when the reputation metrics were last given a fresh start.
|
Boolean |
reputationMetricsEnabled()
If
true , tracking of reputation metrics is enabled for the configuration set. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReputationOptions.Builder> |
serializableBuilderClass() |
ReputationOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public Boolean reputationMetricsEnabled()
If true
, tracking of reputation metrics is enabled for the configuration set. If false
,
tracking of reputation metrics is disabled for the configuration set.
true
, tracking of reputation metrics is enabled for the configuration set. If
false
, tracking of reputation metrics is disabled for the configuration set.public Instant lastFreshStart()
The date and time (in Unix time) when the reputation metrics were last given a fresh start. When your account is given a fresh start, your reputation metrics are calculated starting from the date of the fresh start.
public ReputationOptions.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ReputationOptions.Builder,ReputationOptions>
public static ReputationOptions.Builder builder()
public static Class<? extends ReputationOptions.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.