/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The following data is returned in JSON format by the service.See
* Also:
AWS
* API Reference
One object per intended recipient. Check each response object and retry any * messages with a failure status.
*/ inline const Aws::VectorOne object per intended recipient. Check each response object and retry any * messages with a failure status.
*/ inline void SetBulkEmailEntryResults(const Aws::VectorOne object per intended recipient. Check each response object and retry any * messages with a failure status.
*/ inline void SetBulkEmailEntryResults(Aws::VectorOne object per intended recipient. Check each response object and retry any * messages with a failure status.
*/ inline SendBulkEmailResult& WithBulkEmailEntryResults(const Aws::VectorOne object per intended recipient. Check each response object and retry any * messages with a failure status.
*/ inline SendBulkEmailResult& WithBulkEmailEntryResults(Aws::VectorOne object per intended recipient. Check each response object and retry any * messages with a failure status.
*/ inline SendBulkEmailResult& AddBulkEmailEntryResults(const BulkEmailEntryResult& value) { m_bulkEmailEntryResults.push_back(value); return *this; } /** *One object per intended recipient. Check each response object and retry any * messages with a failure status.
*/ inline SendBulkEmailResult& AddBulkEmailEntryResults(BulkEmailEntryResult&& value) { m_bulkEmailEntryResults.push_back(std::move(value)); return *this; } inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline SendBulkEmailResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline SendBulkEmailResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline SendBulkEmailResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector