/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents a request to return the Amazon SES custom MAIL FROM attributes for
* a list of identities. For information about using a custom MAIL FROM domain, see
* the Amazon
* SES Developer Guide.See Also:
AWS
* API Reference
A list of one or more identities.
*/ inline const Aws::VectorA list of one or more identities.
*/ inline bool IdentitiesHasBeenSet() const { return m_identitiesHasBeenSet; } /** *A list of one or more identities.
*/ inline void SetIdentities(const Aws::VectorA list of one or more identities.
*/ inline void SetIdentities(Aws::VectorA list of one or more identities.
*/ inline GetIdentityMailFromDomainAttributesRequest& WithIdentities(const Aws::VectorA list of one or more identities.
*/ inline GetIdentityMailFromDomainAttributesRequest& WithIdentities(Aws::VectorA list of one or more identities.
*/ inline GetIdentityMailFromDomainAttributesRequest& AddIdentities(const Aws::String& value) { m_identitiesHasBeenSet = true; m_identities.push_back(value); return *this; } /** *A list of one or more identities.
*/ inline GetIdentityMailFromDomainAttributesRequest& AddIdentities(Aws::String&& value) { m_identitiesHasBeenSet = true; m_identities.push_back(std::move(value)); return *this; } /** *A list of one or more identities.
*/ inline GetIdentityMailFromDomainAttributesRequest& AddIdentities(const char* value) { m_identitiesHasBeenSet = true; m_identities.push_back(value); return *this; } private: Aws::Vector