@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BlacklistEntry extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains information about a blacklisting event that impacts one of the dedicated IP addresses that is associated with your account.
Constructor and Description |
---|
BlacklistEntry() |
Modifier and Type | Method and Description |
---|---|
BlacklistEntry |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
Additional information about the blacklisting event, as provided by the blacklist maintainer.
|
Date |
getListingTime()
The time when the blacklisting event occurred, shown in Unix time format.
|
String |
getRblName()
The name of the blacklist that the IP address appears on.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDescription(String description)
Additional information about the blacklisting event, as provided by the blacklist maintainer.
|
void |
setListingTime(Date listingTime)
The time when the blacklisting event occurred, shown in Unix time format.
|
void |
setRblName(String rblName)
The name of the blacklist that the IP address appears on.
|
String |
toString()
Returns a string representation of this object.
|
BlacklistEntry |
withDescription(String description)
Additional information about the blacklisting event, as provided by the blacklist maintainer.
|
BlacklistEntry |
withListingTime(Date listingTime)
The time when the blacklisting event occurred, shown in Unix time format.
|
BlacklistEntry |
withRblName(String rblName)
The name of the blacklist that the IP address appears on.
|
public void setRblName(String rblName)
The name of the blacklist that the IP address appears on.
rblName
- The name of the blacklist that the IP address appears on.public String getRblName()
The name of the blacklist that the IP address appears on.
public BlacklistEntry withRblName(String rblName)
The name of the blacklist that the IP address appears on.
rblName
- The name of the blacklist that the IP address appears on.public void setListingTime(Date listingTime)
The time when the blacklisting event occurred, shown in Unix time format.
listingTime
- The time when the blacklisting event occurred, shown in Unix time format.public Date getListingTime()
The time when the blacklisting event occurred, shown in Unix time format.
public BlacklistEntry withListingTime(Date listingTime)
The time when the blacklisting event occurred, shown in Unix time format.
listingTime
- The time when the blacklisting event occurred, shown in Unix time format.public void setDescription(String description)
Additional information about the blacklisting event, as provided by the blacklist maintainer.
description
- Additional information about the blacklisting event, as provided by the blacklist maintainer.public String getDescription()
Additional information about the blacklisting event, as provided by the blacklist maintainer.
public BlacklistEntry withDescription(String description)
Additional information about the blacklisting event, as provided by the blacklist maintainer.
description
- Additional information about the blacklisting event, as provided by the blacklist maintainer.public String toString()
toString
in class Object
Object.toString()
public BlacklistEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.