@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InboxPlacementTrackingOption extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains information about the inbox placement data settings for a verified domain that’s associated with your Amazon Web Services account. This data is available only if you enabled the Deliverability dashboard for the domain.
Constructor and Description |
---|
InboxPlacementTrackingOption() |
Modifier and Type | Method and Description |
---|---|
InboxPlacementTrackingOption |
clone() |
boolean |
equals(Object obj) |
Boolean |
getGlobal()
Specifies whether inbox placement data is being tracked for the domain.
|
List<String> |
getTrackedIsps()
An array of strings, one for each major email provider that the inbox placement data applies to.
|
int |
hashCode() |
Boolean |
isGlobal()
Specifies whether inbox placement data is being tracked for the domain.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setGlobal(Boolean global)
Specifies whether inbox placement data is being tracked for the domain.
|
void |
setTrackedIsps(Collection<String> trackedIsps)
An array of strings, one for each major email provider that the inbox placement data applies to.
|
String |
toString()
Returns a string representation of this object.
|
InboxPlacementTrackingOption |
withGlobal(Boolean global)
Specifies whether inbox placement data is being tracked for the domain.
|
InboxPlacementTrackingOption |
withTrackedIsps(Collection<String> trackedIsps)
An array of strings, one for each major email provider that the inbox placement data applies to.
|
InboxPlacementTrackingOption |
withTrackedIsps(String... trackedIsps)
An array of strings, one for each major email provider that the inbox placement data applies to.
|
public void setGlobal(Boolean global)
Specifies whether inbox placement data is being tracked for the domain.
global
- Specifies whether inbox placement data is being tracked for the domain.public Boolean getGlobal()
Specifies whether inbox placement data is being tracked for the domain.
public InboxPlacementTrackingOption withGlobal(Boolean global)
Specifies whether inbox placement data is being tracked for the domain.
global
- Specifies whether inbox placement data is being tracked for the domain.public Boolean isGlobal()
Specifies whether inbox placement data is being tracked for the domain.
public List<String> getTrackedIsps()
An array of strings, one for each major email provider that the inbox placement data applies to.
public void setTrackedIsps(Collection<String> trackedIsps)
An array of strings, one for each major email provider that the inbox placement data applies to.
trackedIsps
- An array of strings, one for each major email provider that the inbox placement data applies to.public InboxPlacementTrackingOption withTrackedIsps(String... trackedIsps)
An array of strings, one for each major email provider that the inbox placement data applies to.
NOTE: This method appends the values to the existing list (if any). Use
setTrackedIsps(java.util.Collection)
or withTrackedIsps(java.util.Collection)
if you want to
override the existing values.
trackedIsps
- An array of strings, one for each major email provider that the inbox placement data applies to.public InboxPlacementTrackingOption withTrackedIsps(Collection<String> trackedIsps)
An array of strings, one for each major email provider that the inbox placement data applies to.
trackedIsps
- An array of strings, one for each major email provider that the inbox placement data applies to.public String toString()
toString
in class Object
Object.toString()
public InboxPlacementTrackingOption clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.