7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/elasticache/ElastiCache_EXPORTS.h>
9#include <aws/elasticache/model/DestinationDetails.h>
10#include <aws/elasticache/model/DestinationType.h>
11#include <aws/elasticache/model/LogFormat.h>
12#include <aws/elasticache/model/LogType.h>
22namespace ElastiCache {
47 m_logTypeHasBeenSet =
true;
64 m_destinationTypeHasBeenSet =
true;
65 m_destinationType = value;
80 template <
typename DestinationDetailsT = DestinationDetails>
82 m_destinationDetailsHasBeenSet =
true;
83 m_destinationDetails = std::forward<DestinationDetailsT>(value);
85 template <
typename DestinationDetailsT = DestinationDetails>
99 m_logFormatHasBeenSet =
true;
112 DestinationDetails m_destinationDetails;
115 bool m_logTypeHasBeenSet =
false;
116 bool m_destinationTypeHasBeenSet =
false;
117 bool m_destinationDetailsHasBeenSet =
false;
118 bool m_logFormatHasBeenSet =
false;
void SetDestinationDetails(DestinationDetailsT &&value)
DestinationType GetDestinationType() const
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
LogType GetLogType() const
bool LogTypeHasBeenSet() const
void SetDestinationType(DestinationType value)
LogFormat GetLogFormat() const
void SetLogType(LogType value)
PendingLogDeliveryConfiguration & WithLogFormat(LogFormat value)
AWS_ELASTICACHE_API PendingLogDeliveryConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool LogFormatHasBeenSet() const
AWS_ELASTICACHE_API PendingLogDeliveryConfiguration()=default
bool DestinationDetailsHasBeenSet() const
AWS_ELASTICACHE_API PendingLogDeliveryConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
bool DestinationTypeHasBeenSet() const
const DestinationDetails & GetDestinationDetails() const
PendingLogDeliveryConfiguration & WithLogType(LogType value)
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
PendingLogDeliveryConfiguration & WithDestinationDetails(DestinationDetailsT &&value)
void SetLogFormat(LogFormat value)
PendingLogDeliveryConfiguration & WithDestinationType(DestinationType value)
std::basic_ostream< char, std::char_traits< char > > OStream