7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/config/model/DeliveryChannelStatus.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace ConfigService
61 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetRequestId(Aws::String &&value)
void SetDeliveryChannelsStatus(const Aws::Vector< DeliveryChannelStatus > &value)
DescribeDeliveryChannelStatusResult & AddDeliveryChannelsStatus(const DeliveryChannelStatus &value)
DescribeDeliveryChannelStatusResult & WithDeliveryChannelsStatus(const Aws::Vector< DeliveryChannelStatus > &value)
void SetRequestId(const Aws::String &value)
AWS_CONFIGSERVICE_API DescribeDeliveryChannelStatusResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< DeliveryChannelStatus > & GetDeliveryChannelsStatus() const
const Aws::String & GetRequestId() const
DescribeDeliveryChannelStatusResult & WithDeliveryChannelsStatus(Aws::Vector< DeliveryChannelStatus > &&value)
DescribeDeliveryChannelStatusResult & WithRequestId(const Aws::String &value)
AWS_CONFIGSERVICE_API DescribeDeliveryChannelStatusResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDeliveryChannelsStatus(Aws::Vector< DeliveryChannelStatus > &&value)
DescribeDeliveryChannelStatusResult & WithRequestId(const char *value)
AWS_CONFIGSERVICE_API DescribeDeliveryChannelStatusResult()
void SetRequestId(const char *value)
DescribeDeliveryChannelStatusResult & WithRequestId(Aws::String &&value)
DescribeDeliveryChannelStatusResult & AddDeliveryChannelsStatus(DeliveryChannelStatus &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue