7#include <aws/iotfleetwise/IoTFleetWise_EXPORTS.h>
8#include <aws/iotfleetwise/IoTFleetWiseRequest.h>
9#include <aws/iotfleetwise/model/CloudWatchLogDeliveryOptions.h>
43 template<
typename CloudWatchLogDeliveryT = CloudWatchLogDeliveryOptions>
44 void SetCloudWatchLogDelivery(CloudWatchLogDeliveryT&& value) { m_cloudWatchLogDeliveryHasBeenSet =
true; m_cloudWatchLogDelivery = std::forward<CloudWatchLogDeliveryT>(value); }
45 template<
typename CloudWatchLogDeliveryT = CloudWatchLogDeliveryOptions>
51 bool m_cloudWatchLogDeliveryHasBeenSet =
false;
void SetCloudWatchLogDelivery(CloudWatchLogDeliveryT &&value)
virtual const char * GetServiceRequestName() const override
AWS_IOTFLEETWISE_API Aws::String SerializePayload() const override
PutLoggingOptionsRequest & WithCloudWatchLogDelivery(CloudWatchLogDeliveryT &&value)
bool CloudWatchLogDeliveryHasBeenSet() const
AWS_IOTFLEETWISE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const CloudWatchLogDeliveryOptions & GetCloudWatchLogDelivery() const
AWS_IOTFLEETWISE_API PutLoggingOptionsRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String