7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/ConfigServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace ConfigService
48 template<
typename DeliveryChannelNamesT = Aws::Vector<Aws::String>>
49 void SetDeliveryChannelNames(DeliveryChannelNamesT&& value) { m_deliveryChannelNamesHasBeenSet =
true; m_deliveryChannelNames = std::forward<DeliveryChannelNamesT>(value); }
50 template<
typename DeliveryChannelNamesT = Aws::Vector<Aws::String>>
52 template<
typename DeliveryChannelNamesT = Aws::String>
58 bool m_deliveryChannelNamesHasBeenSet =
false;
bool DeliveryChannelNamesHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Aws::String > & GetDeliveryChannelNames() const
AWS_CONFIGSERVICE_API DescribeDeliveryChannelStatusRequest()=default
void SetDeliveryChannelNames(DeliveryChannelNamesT &&value)
AWS_CONFIGSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeDeliveryChannelStatusRequest & WithDeliveryChannelNames(DeliveryChannelNamesT &&value)
DescribeDeliveryChannelStatusRequest & AddDeliveryChannelNames(DeliveryChannelNamesT &&value)
AWS_CONFIGSERVICE_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector