Class ReputationOptions
- java.lang.Object
-
- software.amazon.awssdk.services.sesv2.model.ReputationOptions
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<ReputationOptions.Builder,ReputationOptions>
@Generated("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 Amazon Web Services Region.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ReputationOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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()
Iftrue
, tracking of reputation metrics is enabled for the configuration set.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends ReputationOptions.Builder>
serializableBuilderClass()
ReputationOptions.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
reputationMetricsEnabled
public final Boolean reputationMetricsEnabled()
If
true
, tracking of reputation metrics is enabled for the configuration set. Iffalse
, tracking of reputation metrics is disabled for the configuration set.- Returns:
- If
true
, tracking of reputation metrics is enabled for the configuration set. Iffalse
, tracking of reputation metrics is disabled for the configuration set.
-
lastFreshStart
public final 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.
- Returns:
- 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.
-
toBuilder
public ReputationOptions.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<ReputationOptions.Builder,ReputationOptions>
-
builder
public static ReputationOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends ReputationOptions.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-