/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The output for the DescribeDeliveryChannels action.See
* Also:
AWS
* API Reference
A list that contains the descriptions of the specified delivery channel.
*/ inline const Aws::VectorA list that contains the descriptions of the specified delivery channel.
*/ inline void SetDeliveryChannels(const Aws::VectorA list that contains the descriptions of the specified delivery channel.
*/ inline void SetDeliveryChannels(Aws::VectorA list that contains the descriptions of the specified delivery channel.
*/ inline DescribeDeliveryChannelsResult& WithDeliveryChannels(const Aws::VectorA list that contains the descriptions of the specified delivery channel.
*/ inline DescribeDeliveryChannelsResult& WithDeliveryChannels(Aws::VectorA list that contains the descriptions of the specified delivery channel.
*/ inline DescribeDeliveryChannelsResult& AddDeliveryChannels(const DeliveryChannel& value) { m_deliveryChannels.push_back(value); return *this; } /** *A list that contains the descriptions of the specified delivery channel.
*/ inline DescribeDeliveryChannelsResult& AddDeliveryChannels(DeliveryChannel&& value) { m_deliveryChannels.push_back(std::move(value)); return *this; } private: Aws::Vector