7#include <aws/logs/CloudWatchLogs_EXPORTS.h>
8#include <aws/logs/CloudWatchLogsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CloudWatchLogs
44 template<
typename DeliveryDestinationNameT = Aws::String>
45 void SetDeliveryDestinationName(DeliveryDestinationNameT&& value) { m_deliveryDestinationNameHasBeenSet =
true; m_deliveryDestinationName = std::forward<DeliveryDestinationNameT>(value); }
46 template<
typename DeliveryDestinationNameT = Aws::String>
52 bool m_deliveryDestinationNameHasBeenSet =
false;
AWS_CLOUDWATCHLOGS_API DeleteDeliveryDestinationPolicyRequest()=default
bool DeliveryDestinationNameHasBeenSet() const
AWS_CLOUDWATCHLOGS_API Aws::String SerializePayload() const override
DeleteDeliveryDestinationPolicyRequest & WithDeliveryDestinationName(DeliveryDestinationNameT &&value)
const Aws::String & GetDeliveryDestinationName() const
AWS_CLOUDWATCHLOGS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
void SetDeliveryDestinationName(DeliveryDestinationNameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String