/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The output for the DescribeDeliveryChannelStatus action.See
* Also:
AWS
* API Reference
A list that contains the status of a specified delivery channel.
*/ inline const Aws::VectorA list that contains the status of a specified delivery channel.
*/ inline void SetDeliveryChannelsStatus(const Aws::VectorA list that contains the status of a specified delivery channel.
*/ inline void SetDeliveryChannelsStatus(Aws::VectorA list that contains the status of a specified delivery channel.
*/ inline DescribeDeliveryChannelStatusResult& WithDeliveryChannelsStatus(const Aws::VectorA list that contains the status of a specified delivery channel.
*/ inline DescribeDeliveryChannelStatusResult& WithDeliveryChannelsStatus(Aws::VectorA list that contains the status of a specified delivery channel.
*/ inline DescribeDeliveryChannelStatusResult& AddDeliveryChannelsStatus(const DeliveryChannelStatus& value) { m_deliveryChannelsStatus.push_back(value); return *this; } /** *A list that contains the status of a specified delivery channel.
*/ inline DescribeDeliveryChannelStatusResult& AddDeliveryChannelsStatus(DeliveryChannelStatus&& value) { m_deliveryChannelsStatus.push_back(std::move(value)); return *this; } private: Aws::Vector