@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDeliverabilityTestReportRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to retrieve the results of a predictive inbox placement test.
NOOP
Constructor and Description |
---|
GetDeliverabilityTestReportRequest() |
Modifier and Type | Method and Description |
---|---|
GetDeliverabilityTestReportRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getReportId()
A unique string that identifies the predictive inbox placement test.
|
int |
hashCode() |
void |
setReportId(String reportId)
A unique string that identifies the predictive inbox placement test.
|
String |
toString()
Returns a string representation of this object.
|
GetDeliverabilityTestReportRequest |
withReportId(String reportId)
A unique string that identifies the predictive inbox placement test.
|
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 void setReportId(String reportId)
A unique string that identifies the predictive inbox placement test.
reportId
- A unique string that identifies the predictive inbox placement test.public String getReportId()
A unique string that identifies the predictive inbox placement test.
public GetDeliverabilityTestReportRequest withReportId(String reportId)
A unique string that identifies the predictive inbox placement test.
reportId
- A unique string that identifies the predictive inbox placement test.public String toString()
toString
in class Object
Object.toString()
public GetDeliverabilityTestReportRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.