@Generated(value="software.amazon.awssdk:codegen") public final class IspPlacement extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IspPlacement.Builder,IspPlacement>
An object that describes how email sent during the predictive inbox placement test was handled by a certain email provider.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IspPlacement.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IspPlacement.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
ispName()
The name of the email provider that the inbox placement data applies to.
|
PlacementStatistics |
placementStatistics()
An object that contains inbox placement metrics for a specific email provider.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IspPlacement.Builder> |
serializableBuilderClass() |
IspPlacement.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String ispName()
The name of the email provider that the inbox placement data applies to.
public final PlacementStatistics placementStatistics()
An object that contains inbox placement metrics for a specific email provider.
public IspPlacement.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IspPlacement.Builder,IspPlacement>public static IspPlacement.Builder builder()
public static Class<? extends IspPlacement.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.