Class StatusRecord
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StatusRecord.Builder,StatusRecord>
An object that contains status information for a reputation entity, including the current status, cause description, and timestamp.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic StatusRecord.Builderbuilder()final Stringcause()A description of the reason for the current status, or null if no specific cause is available.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final InstantThe timestamp when this status was last updated.static Class<? extends StatusRecord.Builder>final SendingStatusstatus()The current sending status.final StringThe current sending status.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
-
status
The current sending status. This can be one of the following:
-
ENABLED– Sending is allowed. -
DISABLED– Sending is prevented. -
REINSTATED– Sending is allowed even with active reputation findings.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnSendingStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current sending status. This can be one of the following:
-
ENABLED– Sending is allowed. -
DISABLED– Sending is prevented. -
REINSTATED– Sending is allowed even with active reputation findings.
-
- See Also:
-
-
statusAsString
The current sending status. This can be one of the following:
-
ENABLED– Sending is allowed. -
DISABLED– Sending is prevented. -
REINSTATED– Sending is allowed even with active reputation findings.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnSendingStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current sending status. This can be one of the following:
-
ENABLED– Sending is allowed. -
DISABLED– Sending is prevented. -
REINSTATED– Sending is allowed even with active reputation findings.
-
- See Also:
-
-
cause
A description of the reason for the current status, or null if no specific cause is available.
- Returns:
- A description of the reason for the current status, or null if no specific cause is available.
-
lastUpdatedTimestamp
The timestamp when this status was last updated.
- Returns:
- The timestamp when this status was last updated.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<StatusRecord.Builder,StatusRecord>
-
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
-