@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBlacklistReportsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to retrieve a list of the blacklists that your dedicated IP addresses appear on.
NOOP
Constructor and Description |
---|
GetBlacklistReportsRequest() |
Modifier and Type | Method and Description |
---|---|
GetBlacklistReportsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getBlacklistItemNames()
A list of IP addresses that you want to retrieve blacklist information about.
|
int |
hashCode() |
void |
setBlacklistItemNames(Collection<String> blacklistItemNames)
A list of IP addresses that you want to retrieve blacklist information about.
|
String |
toString()
Returns a string representation of this object.
|
GetBlacklistReportsRequest |
withBlacklistItemNames(Collection<String> blacklistItemNames)
A list of IP addresses that you want to retrieve blacklist information about.
|
GetBlacklistReportsRequest |
withBlacklistItemNames(String... blacklistItemNames)
A list of IP addresses that you want to retrieve blacklist information about.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public List<String> getBlacklistItemNames()
A list of IP addresses that you want to retrieve blacklist information about. You can only specify the dedicated IP addresses that you use to send email using Amazon SES or Amazon Pinpoint.
public void setBlacklistItemNames(Collection<String> blacklistItemNames)
A list of IP addresses that you want to retrieve blacklist information about. You can only specify the dedicated IP addresses that you use to send email using Amazon SES or Amazon Pinpoint.
blacklistItemNames
- A list of IP addresses that you want to retrieve blacklist information about. You can only specify the
dedicated IP addresses that you use to send email using Amazon SES or Amazon Pinpoint.public GetBlacklistReportsRequest withBlacklistItemNames(String... blacklistItemNames)
A list of IP addresses that you want to retrieve blacklist information about. You can only specify the dedicated IP addresses that you use to send email using Amazon SES or Amazon Pinpoint.
NOTE: This method appends the values to the existing list (if any). Use
setBlacklistItemNames(java.util.Collection)
or withBlacklistItemNames(java.util.Collection)
if
you want to override the existing values.
blacklistItemNames
- A list of IP addresses that you want to retrieve blacklist information about. You can only specify the
dedicated IP addresses that you use to send email using Amazon SES or Amazon Pinpoint.public GetBlacklistReportsRequest withBlacklistItemNames(Collection<String> blacklistItemNames)
A list of IP addresses that you want to retrieve blacklist information about. You can only specify the dedicated IP addresses that you use to send email using Amazon SES or Amazon Pinpoint.
blacklistItemNames
- A list of IP addresses that you want to retrieve blacklist information about. You can only specify the
dedicated IP addresses that you use to send email using Amazon SES or Amazon Pinpoint.public String toString()
toString
in class Object
Object.toString()
public GetBlacklistReportsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()