@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BlacklistEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BlacklistEntry.Builder |
builder() |
String |
description()
Additional information about the blacklisting event, as provided by the blacklist maintainer.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
listingTime()
The time when the blacklisting event occurred, shown in Unix time format.
|
String |
rblName()
The name of the blacklist that the IP address appears on.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BlacklistEntry.Builder> |
serializableBuilderClass() |
BlacklistEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String rblName()
The name of the blacklist that the IP address appears on.
public Instant listingTime()
The time when the blacklisting event occurred, shown in Unix time format.
public String description()
Additional information about the blacklisting event, as provided by the blacklist maintainer.
public BlacklistEntry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BlacklistEntry.Builder,BlacklistEntry>public static BlacklistEntry.Builder builder()
public static Class<? extends BlacklistEntry.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.