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:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ReputationOptions.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final InstantThe date and time (in Unix time) when the reputation metrics were last given a fresh start.final BooleanIftrue, tracking of reputation metrics is enabled for the configuration set.static Class<? extends ReputationOptions.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
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
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
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReputationOptions.Builder,ReputationOptions>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-