/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents a request for the status of Amazon SES Easy DKIM signing for an
* identity. For domain identities, this request also returns the DKIM tokens that
* are required for Easy DKIM signing, and whether Amazon SES successfully verified
* that these tokens were published. For more information about Easy DKIM, see the
* Amazon
* SES Developer Guide.See Also:
AWS
* API Reference
A list of one or more verified identities - email addresses, domains, or * both.
*/ inline const Aws::VectorA list of one or more verified identities - email addresses, domains, or * both.
*/ inline bool IdentitiesHasBeenSet() const { return m_identitiesHasBeenSet; } /** *A list of one or more verified identities - email addresses, domains, or * both.
*/ inline void SetIdentities(const Aws::VectorA list of one or more verified identities - email addresses, domains, or * both.
*/ inline void SetIdentities(Aws::VectorA list of one or more verified identities - email addresses, domains, or * both.
*/ inline GetIdentityDkimAttributesRequest& WithIdentities(const Aws::VectorA list of one or more verified identities - email addresses, domains, or * both.
*/ inline GetIdentityDkimAttributesRequest& WithIdentities(Aws::VectorA list of one or more verified identities - email addresses, domains, or * both.
*/ inline GetIdentityDkimAttributesRequest& AddIdentities(const Aws::String& value) { m_identitiesHasBeenSet = true; m_identities.push_back(value); return *this; } /** *A list of one or more verified identities - email addresses, domains, or * both.
*/ inline GetIdentityDkimAttributesRequest& AddIdentities(Aws::String&& value) { m_identitiesHasBeenSet = true; m_identities.push_back(std::move(value)); return *this; } /** *A list of one or more verified identities - email addresses, domains, or * both.
*/ inline GetIdentityDkimAttributesRequest& AddIdentities(const char* value) { m_identitiesHasBeenSet = true; m_identities.push_back(value); return *this; } private: Aws::Vector