/**
* 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 verification status of a list
* of identities. For domain identities, this request also returns the verification
* token. For information about verifying identities with Amazon SES, see the Amazon
* SES Developer Guide.See Also:
AWS
* API Reference
A list of identities.
*/ inline const Aws::VectorA list of identities.
*/ inline bool IdentitiesHasBeenSet() const { return m_identitiesHasBeenSet; } /** *A list of identities.
*/ inline void SetIdentities(const Aws::VectorA list of identities.
*/ inline void SetIdentities(Aws::VectorA list of identities.
*/ inline GetIdentityVerificationAttributesRequest& WithIdentities(const Aws::VectorA list of identities.
*/ inline GetIdentityVerificationAttributesRequest& WithIdentities(Aws::VectorA list of identities.
*/ inline GetIdentityVerificationAttributesRequest& AddIdentities(const Aws::String& value) { m_identitiesHasBeenSet = true; m_identities.push_back(value); return *this; } /** *A list of identities.
*/ inline GetIdentityVerificationAttributesRequest& AddIdentities(Aws::String&& value) { m_identitiesHasBeenSet = true; m_identities.push_back(std::move(value)); return *this; } /** *A list of identities.
*/ inline GetIdentityVerificationAttributesRequest& AddIdentities(const char* value) { m_identitiesHasBeenSet = true; m_identities.push_back(value); return *this; } private: Aws::Vector