@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IspPlacement extends Object implements Serializable, Cloneable, StructuredPojo
An object that describes how email sent during the predictive inbox placement test was handled by a certain email provider.
Constructor and Description |
---|
IspPlacement() |
Modifier and Type | Method and Description |
---|---|
IspPlacement |
clone() |
boolean |
equals(Object obj) |
String |
getIspName()
The name of the email provider that the inbox placement data applies to.
|
PlacementStatistics |
getPlacementStatistics()
An object that contains inbox placement metrics for a specific email provider.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIspName(String ispName)
The name of the email provider that the inbox placement data applies to.
|
void |
setPlacementStatistics(PlacementStatistics placementStatistics)
An object that contains inbox placement metrics for a specific email provider.
|
String |
toString()
Returns a string representation of this object.
|
IspPlacement |
withIspName(String ispName)
The name of the email provider that the inbox placement data applies to.
|
IspPlacement |
withPlacementStatistics(PlacementStatistics placementStatistics)
An object that contains inbox placement metrics for a specific email provider.
|
public void setIspName(String ispName)
The name of the email provider that the inbox placement data applies to.
ispName
- The name of the email provider that the inbox placement data applies to.public String getIspName()
The name of the email provider that the inbox placement data applies to.
public IspPlacement withIspName(String ispName)
The name of the email provider that the inbox placement data applies to.
ispName
- The name of the email provider that the inbox placement data applies to.public void setPlacementStatistics(PlacementStatistics placementStatistics)
An object that contains inbox placement metrics for a specific email provider.
placementStatistics
- An object that contains inbox placement metrics for a specific email provider.public PlacementStatistics getPlacementStatistics()
An object that contains inbox placement metrics for a specific email provider.
public IspPlacement withPlacementStatistics(PlacementStatistics placementStatistics)
An object that contains inbox placement metrics for a specific email provider.
placementStatistics
- An object that contains inbox placement metrics for a specific email provider.public String toString()
toString
in class Object
Object.toString()
public IspPlacement clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.