/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The input for the DescribeDeliveryChannels action.See
* Also:
AWS
* API Reference
A list of delivery channel names.
*/ inline const Aws::VectorA list of delivery channel names.
*/ inline bool DeliveryChannelNamesHasBeenSet() const { return m_deliveryChannelNamesHasBeenSet; } /** *A list of delivery channel names.
*/ inline void SetDeliveryChannelNames(const Aws::VectorA list of delivery channel names.
*/ inline void SetDeliveryChannelNames(Aws::VectorA list of delivery channel names.
*/ inline DescribeDeliveryChannelsRequest& WithDeliveryChannelNames(const Aws::VectorA list of delivery channel names.
*/ inline DescribeDeliveryChannelsRequest& WithDeliveryChannelNames(Aws::VectorA list of delivery channel names.
*/ inline DescribeDeliveryChannelsRequest& AddDeliveryChannelNames(const Aws::String& value) { m_deliveryChannelNamesHasBeenSet = true; m_deliveryChannelNames.push_back(value); return *this; } /** *A list of delivery channel names.
*/ inline DescribeDeliveryChannelsRequest& AddDeliveryChannelNames(Aws::String&& value) { m_deliveryChannelNamesHasBeenSet = true; m_deliveryChannelNames.push_back(std::move(value)); return *this; } /** *A list of delivery channel names.
*/ inline DescribeDeliveryChannelsRequest& AddDeliveryChannelNames(const char* value) { m_deliveryChannelNamesHasBeenSet = true; m_deliveryChannelNames.push_back(value); return *this; } private: Aws::Vector