/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Returned in response to a successful DeleteIdentities
* operation.See Also:
AWS
* API Reference
An array of UnprocessedIdentityId objects, each of which contains an * ErrorCode and IdentityId.
*/ inline const Aws::VectorAn array of UnprocessedIdentityId objects, each of which contains an * ErrorCode and IdentityId.
*/ inline void SetUnprocessedIdentityIds(const Aws::VectorAn array of UnprocessedIdentityId objects, each of which contains an * ErrorCode and IdentityId.
*/ inline void SetUnprocessedIdentityIds(Aws::VectorAn array of UnprocessedIdentityId objects, each of which contains an * ErrorCode and IdentityId.
*/ inline DeleteIdentitiesResult& WithUnprocessedIdentityIds(const Aws::VectorAn array of UnprocessedIdentityId objects, each of which contains an * ErrorCode and IdentityId.
*/ inline DeleteIdentitiesResult& WithUnprocessedIdentityIds(Aws::VectorAn array of UnprocessedIdentityId objects, each of which contains an * ErrorCode and IdentityId.
*/ inline DeleteIdentitiesResult& AddUnprocessedIdentityIds(const UnprocessedIdentityId& value) { m_unprocessedIdentityIds.push_back(value); return *this; } /** *An array of UnprocessedIdentityId objects, each of which contains an * ErrorCode and IdentityId.
*/ inline DeleteIdentitiesResult& AddUnprocessedIdentityIds(UnprocessedIdentityId&& value) { m_unprocessedIdentityIds.push_back(std::move(value)); return *this; } private: Aws::Vector