/**
* 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; } 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 DescribeDeliveryChannelStatusResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline DescribeDeliveryChannelStatusResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline DescribeDeliveryChannelStatusResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector