Class BlacklistEntry
- java.lang.Object
-
- software.amazon.awssdk.services.pinpointemail.model.BlacklistEntry
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BlacklistEntry.Builder,BlacklistEntry>
@Generated("software.amazon.awssdk:codegen") public final class BlacklistEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BlacklistEntry.Builder,BlacklistEntry>
An object that contains information about a blacklisting event that impacts one of the dedicated IP addresses that is associated with your account.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBlacklistEntry.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BlacklistEntry.Builderbuilder()Stringdescription()Additional information about the blacklisting event, as provided by the blacklist maintainer.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlistingTime()The time when the blacklisting event occurred, shown in Unix time format.StringrblName()The name of the blacklist that the IP address appears on.List<SdkField<?>>sdkFields()static Class<? extends BlacklistEntry.Builder>serializableBuilderClass()BlacklistEntry.BuildertoBuilder()StringtoString()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
-
rblName
public final String rblName()
The name of the blacklist that the IP address appears on.
- Returns:
- The name of the blacklist that the IP address appears on.
-
listingTime
public final Instant listingTime()
The time when the blacklisting event occurred, shown in Unix time format.
- Returns:
- The time when the blacklisting event occurred, shown in Unix time format.
-
description
public final String description()
Additional information about the blacklisting event, as provided by the blacklist maintainer.
- Returns:
- Additional information about the blacklisting event, as provided by the blacklist maintainer.
-
toBuilder
public BlacklistEntry.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BlacklistEntry.Builder,BlacklistEntry>
-
builder
public static BlacklistEntry.Builder builder()
-
serializableBuilderClass
public static Class<? extends BlacklistEntry.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin 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.
-
-