/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.pinpointemail.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.protocol.StructuredPojo; import com.amazonaws.protocol.ProtocolMarshaller; /** *
* An object that contains information about the inbox placement data settings for a verified domain that’s associated
* with your AWS account. This data is available only if you enabled the Deliverability dashboard for the domain (
* PutDeliverabilityDashboardOption
operation).
*
* Specifies whether inbox placement data is being tracked for the domain. *
*/ private Boolean global; /** ** An array of strings, one for each major email provider that the inbox placement data applies to. *
*/ private java.util.List* Specifies whether inbox placement data is being tracked for the domain. *
* * @param global * Specifies whether inbox placement data is being tracked for the domain. */ public void setGlobal(Boolean global) { this.global = global; } /** ** Specifies whether inbox placement data is being tracked for the domain. *
* * @return Specifies whether inbox placement data is being tracked for the domain. */ public Boolean getGlobal() { return this.global; } /** ** Specifies whether inbox placement data is being tracked for the domain. *
* * @param global * Specifies whether inbox placement data is being tracked for the domain. * @return Returns a reference to this object so that method calls can be chained together. */ public InboxPlacementTrackingOption withGlobal(Boolean global) { setGlobal(global); return this; } /** ** Specifies whether inbox placement data is being tracked for the domain. *
* * @return Specifies whether inbox placement data is being tracked for the domain. */ public Boolean isGlobal() { return this.global; } /** ** An array of strings, one for each major email provider that the inbox placement data applies to. *
* * @return An array of strings, one for each major email provider that the inbox placement data applies to. */ public java.util.List* An array of strings, one for each major email provider that the inbox placement data applies to. *
* * @param trackedIsps * An array of strings, one for each major email provider that the inbox placement data applies to. */ public void setTrackedIsps(java.util.Collection* 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 * {@link #setTrackedIsps(java.util.Collection)} or {@link #withTrackedIsps(java.util.Collection)} if you want to * override the existing values. *
* * @param trackedIsps * An array of strings, one for each major email provider that the inbox placement data applies to. * @return Returns a reference to this object so that method calls can be chained together. */ public InboxPlacementTrackingOption withTrackedIsps(String... trackedIsps) { if (this.trackedIsps == null) { setTrackedIsps(new java.util.ArrayList* An array of strings, one for each major email provider that the inbox placement data applies to. *
* * @param trackedIsps * An array of strings, one for each major email provider that the inbox placement data applies to. * @return Returns a reference to this object so that method calls can be chained together. */ public InboxPlacementTrackingOption withTrackedIsps(java.util.Collection