/* * 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.simpleemailv2.model; import java.io.Serializable; import javax.annotation.Generated; /** *
* Details about an email identity. *
* * @see AWS API * Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class GetEmailIdentityResult extends com.amazonaws.AmazonWebServiceResult
* The email identity type. Note: the MANAGED_DOMAIN
identity type is not supported.
*
* The feedback forwarding configuration for the identity. *
*
* If the value is true
, you receive email notifications when bounce or complaint events occur. These
* notifications are sent to the address that you specified in the Return-Path
header of the original
* email.
*
* You're required to have a method of tracking bounces and complaints. If you haven't set up another mechanism for * receiving bounce or complaint notifications (for example, by setting up an event destination), you receive an * email notification when these events occur (even if this setting is disabled). *
*/ private Boolean feedbackForwardingStatus; /** ** Specifies whether or not the identity is verified. You can only send email from verified email addresses or * domains. For more information about verifying identities, see the Amazon Pinpoint * User Guide. *
*/ private Boolean verifiedForSendingStatus; /** ** An object that contains information about the DKIM attributes for the identity. *
*/ private DkimAttributes dkimAttributes; /** ** An object that contains information about the Mail-From attributes for the email identity. *
*/ private MailFromAttributes mailFromAttributes; /** ** A map of policy names to policies. *
*/ private java.util.Map* An array of objects that define the tags (keys and values) that are associated with the email identity. *
*/ private java.util.List* The configuration set used by default when sending from this identity. *
*/ private String configurationSetName; /** ** The verification status of the identity. The status can be one of the following: *
*
* PENDING
– The verification process was initiated, but Amazon SES hasn't yet been able to verify the
* identity.
*
* SUCCESS
– The verification process completed successfully.
*
* FAILED
– The verification process failed.
*
* TEMPORARY_FAILURE
– A temporary issue is preventing Amazon SES from determining the verification
* status of the identity.
*
* NOT_STARTED
– The verification process hasn't been initiated for the identity.
*
* The email identity type. Note: the MANAGED_DOMAIN
identity type is not supported.
*
MANAGED_DOMAIN
identity type is not supported.
* @see IdentityType
*/
public void setIdentityType(String identityType) {
this.identityType = identityType;
}
/**
*
* The email identity type. Note: the MANAGED_DOMAIN
identity type is not supported.
*
MANAGED_DOMAIN
identity type is not supported.
* @see IdentityType
*/
public String getIdentityType() {
return this.identityType;
}
/**
*
* The email identity type. Note: the MANAGED_DOMAIN
identity type is not supported.
*
MANAGED_DOMAIN
identity type is not supported.
* @return Returns a reference to this object so that method calls can be chained together.
* @see IdentityType
*/
public GetEmailIdentityResult withIdentityType(String identityType) {
setIdentityType(identityType);
return this;
}
/**
*
* The email identity type. Note: the MANAGED_DOMAIN
identity type is not supported.
*
MANAGED_DOMAIN
identity type is not supported.
* @return Returns a reference to this object so that method calls can be chained together.
* @see IdentityType
*/
public GetEmailIdentityResult withIdentityType(IdentityType identityType) {
this.identityType = identityType.toString();
return this;
}
/**
* * The feedback forwarding configuration for the identity. *
*
* If the value is true
, you receive email notifications when bounce or complaint events occur. These
* notifications are sent to the address that you specified in the Return-Path
header of the original
* email.
*
* You're required to have a method of tracking bounces and complaints. If you haven't set up another mechanism for * receiving bounce or complaint notifications (for example, by setting up an event destination), you receive an * email notification when these events occur (even if this setting is disabled). *
* * @param feedbackForwardingStatus * The feedback forwarding configuration for the identity. *
* If the value is true
, you receive email notifications when bounce or complaint events occur.
* These notifications are sent to the address that you specified in the Return-Path
header of
* the original email.
*
* You're required to have a method of tracking bounces and complaints. If you haven't set up another * mechanism for receiving bounce or complaint notifications (for example, by setting up an event * destination), you receive an email notification when these events occur (even if this setting is * disabled). */ public void setFeedbackForwardingStatus(Boolean feedbackForwardingStatus) { this.feedbackForwardingStatus = feedbackForwardingStatus; } /** *
* The feedback forwarding configuration for the identity. *
*
* If the value is true
, you receive email notifications when bounce or complaint events occur. These
* notifications are sent to the address that you specified in the Return-Path
header of the original
* email.
*
* You're required to have a method of tracking bounces and complaints. If you haven't set up another mechanism for * receiving bounce or complaint notifications (for example, by setting up an event destination), you receive an * email notification when these events occur (even if this setting is disabled). *
* * @return The feedback forwarding configuration for the identity. *
* If the value is true
, you receive email notifications when bounce or complaint events occur.
* These notifications are sent to the address that you specified in the Return-Path
header of
* the original email.
*
* You're required to have a method of tracking bounces and complaints. If you haven't set up another * mechanism for receiving bounce or complaint notifications (for example, by setting up an event * destination), you receive an email notification when these events occur (even if this setting is * disabled). */ public Boolean getFeedbackForwardingStatus() { return this.feedbackForwardingStatus; } /** *
* The feedback forwarding configuration for the identity. *
*
* If the value is true
, you receive email notifications when bounce or complaint events occur. These
* notifications are sent to the address that you specified in the Return-Path
header of the original
* email.
*
* You're required to have a method of tracking bounces and complaints. If you haven't set up another mechanism for * receiving bounce or complaint notifications (for example, by setting up an event destination), you receive an * email notification when these events occur (even if this setting is disabled). *
* * @param feedbackForwardingStatus * The feedback forwarding configuration for the identity. *
* If the value is true
, you receive email notifications when bounce or complaint events occur.
* These notifications are sent to the address that you specified in the Return-Path
header of
* the original email.
*
* You're required to have a method of tracking bounces and complaints. If you haven't set up another * mechanism for receiving bounce or complaint notifications (for example, by setting up an event * destination), you receive an email notification when these events occur (even if this setting is * disabled). * @return Returns a reference to this object so that method calls can be chained together. */ public GetEmailIdentityResult withFeedbackForwardingStatus(Boolean feedbackForwardingStatus) { setFeedbackForwardingStatus(feedbackForwardingStatus); return this; } /** *
* The feedback forwarding configuration for the identity. *
*
* If the value is true
, you receive email notifications when bounce or complaint events occur. These
* notifications are sent to the address that you specified in the Return-Path
header of the original
* email.
*
* You're required to have a method of tracking bounces and complaints. If you haven't set up another mechanism for * receiving bounce or complaint notifications (for example, by setting up an event destination), you receive an * email notification when these events occur (even if this setting is disabled). *
* * @return The feedback forwarding configuration for the identity. *
* If the value is true
, you receive email notifications when bounce or complaint events occur.
* These notifications are sent to the address that you specified in the Return-Path
header of
* the original email.
*
* You're required to have a method of tracking bounces and complaints. If you haven't set up another * mechanism for receiving bounce or complaint notifications (for example, by setting up an event * destination), you receive an email notification when these events occur (even if this setting is * disabled). */ public Boolean isFeedbackForwardingStatus() { return this.feedbackForwardingStatus; } /** *
* Specifies whether or not the identity is verified. You can only send email from verified email addresses or * domains. For more information about verifying identities, see the Amazon Pinpoint * User Guide. *
* * @param verifiedForSendingStatus * Specifies whether or not the identity is verified. You can only send email from verified email addresses * or domains. For more information about verifying identities, see the Amazon * Pinpoint User Guide. */ public void setVerifiedForSendingStatus(Boolean verifiedForSendingStatus) { this.verifiedForSendingStatus = verifiedForSendingStatus; } /** ** Specifies whether or not the identity is verified. You can only send email from verified email addresses or * domains. For more information about verifying identities, see the Amazon Pinpoint * User Guide. *
* * @return Specifies whether or not the identity is verified. You can only send email from verified email addresses * or domains. For more information about verifying identities, see the Amazon * Pinpoint User Guide. */ public Boolean getVerifiedForSendingStatus() { return this.verifiedForSendingStatus; } /** ** Specifies whether or not the identity is verified. You can only send email from verified email addresses or * domains. For more information about verifying identities, see the Amazon Pinpoint * User Guide. *
* * @param verifiedForSendingStatus * Specifies whether or not the identity is verified. You can only send email from verified email addresses * or domains. For more information about verifying identities, see the Amazon * Pinpoint User Guide. * @return Returns a reference to this object so that method calls can be chained together. */ public GetEmailIdentityResult withVerifiedForSendingStatus(Boolean verifiedForSendingStatus) { setVerifiedForSendingStatus(verifiedForSendingStatus); return this; } /** ** Specifies whether or not the identity is verified. You can only send email from verified email addresses or * domains. For more information about verifying identities, see the Amazon Pinpoint * User Guide. *
* * @return Specifies whether or not the identity is verified. You can only send email from verified email addresses * or domains. For more information about verifying identities, see the Amazon * Pinpoint User Guide. */ public Boolean isVerifiedForSendingStatus() { return this.verifiedForSendingStatus; } /** ** An object that contains information about the DKIM attributes for the identity. *
* * @param dkimAttributes * An object that contains information about the DKIM attributes for the identity. */ public void setDkimAttributes(DkimAttributes dkimAttributes) { this.dkimAttributes = dkimAttributes; } /** ** An object that contains information about the DKIM attributes for the identity. *
* * @return An object that contains information about the DKIM attributes for the identity. */ public DkimAttributes getDkimAttributes() { return this.dkimAttributes; } /** ** An object that contains information about the DKIM attributes for the identity. *
* * @param dkimAttributes * An object that contains information about the DKIM attributes for the identity. * @return Returns a reference to this object so that method calls can be chained together. */ public GetEmailIdentityResult withDkimAttributes(DkimAttributes dkimAttributes) { setDkimAttributes(dkimAttributes); return this; } /** ** An object that contains information about the Mail-From attributes for the email identity. *
* * @param mailFromAttributes * An object that contains information about the Mail-From attributes for the email identity. */ public void setMailFromAttributes(MailFromAttributes mailFromAttributes) { this.mailFromAttributes = mailFromAttributes; } /** ** An object that contains information about the Mail-From attributes for the email identity. *
* * @return An object that contains information about the Mail-From attributes for the email identity. */ public MailFromAttributes getMailFromAttributes() { return this.mailFromAttributes; } /** ** An object that contains information about the Mail-From attributes for the email identity. *
* * @param mailFromAttributes * An object that contains information about the Mail-From attributes for the email identity. * @return Returns a reference to this object so that method calls can be chained together. */ public GetEmailIdentityResult withMailFromAttributes(MailFromAttributes mailFromAttributes) { setMailFromAttributes(mailFromAttributes); return this; } /** ** A map of policy names to policies. *
* * @return A map of policy names to policies. */ public java.util.Map* A map of policy names to policies. *
* * @param policies * A map of policy names to policies. */ public void setPolicies(java.util.Map* A map of policy names to policies. *
* * @param policies * A map of policy names to policies. * @return Returns a reference to this object so that method calls can be chained together. */ public GetEmailIdentityResult withPolicies(java.util.Map* An array of objects that define the tags (keys and values) that are associated with the email identity. *
* * @return An array of objects that define the tags (keys and values) that are associated with the email identity. */ public java.util.List* An array of objects that define the tags (keys and values) that are associated with the email identity. *
* * @param tags * An array of objects that define the tags (keys and values) that are associated with the email identity. */ public void setTags(java.util.Collection* An array of objects that define the tags (keys and values) that are associated with the email identity. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the * existing values. *
* * @param tags * An array of objects that define the tags (keys and values) that are associated with the email identity. * @return Returns a reference to this object so that method calls can be chained together. */ public GetEmailIdentityResult withTags(Tag... tags) { if (this.tags == null) { setTags(new java.util.ArrayList* An array of objects that define the tags (keys and values) that are associated with the email identity. *
* * @param tags * An array of objects that define the tags (keys and values) that are associated with the email identity. * @return Returns a reference to this object so that method calls can be chained together. */ public GetEmailIdentityResult withTags(java.util.Collection* The configuration set used by default when sending from this identity. *
* * @param configurationSetName * The configuration set used by default when sending from this identity. */ public void setConfigurationSetName(String configurationSetName) { this.configurationSetName = configurationSetName; } /** ** The configuration set used by default when sending from this identity. *
* * @return The configuration set used by default when sending from this identity. */ public String getConfigurationSetName() { return this.configurationSetName; } /** ** The configuration set used by default when sending from this identity. *
* * @param configurationSetName * The configuration set used by default when sending from this identity. * @return Returns a reference to this object so that method calls can be chained together. */ public GetEmailIdentityResult withConfigurationSetName(String configurationSetName) { setConfigurationSetName(configurationSetName); return this; } /** ** The verification status of the identity. The status can be one of the following: *
*
* PENDING
– The verification process was initiated, but Amazon SES hasn't yet been able to verify the
* identity.
*
* SUCCESS
– The verification process completed successfully.
*
* FAILED
– The verification process failed.
*
* TEMPORARY_FAILURE
– A temporary issue is preventing Amazon SES from determining the verification
* status of the identity.
*
* NOT_STARTED
– The verification process hasn't been initiated for the identity.
*
* PENDING
– The verification process was initiated, but Amazon SES hasn't yet been able to
* verify the identity.
*
* SUCCESS
– The verification process completed successfully.
*
* FAILED
– The verification process failed.
*
* TEMPORARY_FAILURE
– A temporary issue is preventing Amazon SES from determining the
* verification status of the identity.
*
* NOT_STARTED
– The verification process hasn't been initiated for the identity.
*
* The verification status of the identity. The status can be one of the following: *
*
* PENDING
– The verification process was initiated, but Amazon SES hasn't yet been able to verify the
* identity.
*
* SUCCESS
– The verification process completed successfully.
*
* FAILED
– The verification process failed.
*
* TEMPORARY_FAILURE
– A temporary issue is preventing Amazon SES from determining the verification
* status of the identity.
*
* NOT_STARTED
– The verification process hasn't been initiated for the identity.
*
* PENDING
– The verification process was initiated, but Amazon SES hasn't yet been able to
* verify the identity.
*
* SUCCESS
– The verification process completed successfully.
*
* FAILED
– The verification process failed.
*
* TEMPORARY_FAILURE
– A temporary issue is preventing Amazon SES from determining the
* verification status of the identity.
*
* NOT_STARTED
– The verification process hasn't been initiated for the identity.
*
* The verification status of the identity. The status can be one of the following: *
*
* PENDING
– The verification process was initiated, but Amazon SES hasn't yet been able to verify the
* identity.
*
* SUCCESS
– The verification process completed successfully.
*
* FAILED
– The verification process failed.
*
* TEMPORARY_FAILURE
– A temporary issue is preventing Amazon SES from determining the verification
* status of the identity.
*
* NOT_STARTED
– The verification process hasn't been initiated for the identity.
*
* PENDING
– The verification process was initiated, but Amazon SES hasn't yet been able to
* verify the identity.
*
* SUCCESS
– The verification process completed successfully.
*
* FAILED
– The verification process failed.
*
* TEMPORARY_FAILURE
– A temporary issue is preventing Amazon SES from determining the
* verification status of the identity.
*
* NOT_STARTED
– The verification process hasn't been initiated for the identity.
*
* The verification status of the identity. The status can be one of the following: *
*
* PENDING
– The verification process was initiated, but Amazon SES hasn't yet been able to verify the
* identity.
*
* SUCCESS
– The verification process completed successfully.
*
* FAILED
– The verification process failed.
*
* TEMPORARY_FAILURE
– A temporary issue is preventing Amazon SES from determining the verification
* status of the identity.
*
* NOT_STARTED
– The verification process hasn't been initiated for the identity.
*
* PENDING
– The verification process was initiated, but Amazon SES hasn't yet been able to
* verify the identity.
*
* SUCCESS
– The verification process completed successfully.
*
* FAILED
– The verification process failed.
*
* TEMPORARY_FAILURE
– A temporary issue is preventing Amazon SES from determining the
* verification status of the identity.
*
* NOT_STARTED
– The verification process hasn't been initiated for the identity.
*