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 {
48 m_logTypeHasBeenSet =
true;
65 m_destinationTypeHasBeenSet =
true;
66 m_destinationType = value;
81 template <
typename DestinationDetailsT = DestinationDetails>
83 m_destinationDetailsHasBeenSet =
true;
84 m_destinationDetails = std::forward<DestinationDetailsT>(value);
86 template <
typename DestinationDetailsT = DestinationDetails>
100 m_logFormatHasBeenSet =
true;
116 m_enabledHasBeenSet =
true;
129 DestinationDetails m_destinationDetails;
133 bool m_enabled{
false};
134 bool m_logTypeHasBeenSet =
false;
135 bool m_destinationTypeHasBeenSet =
false;
136 bool m_destinationDetailsHasBeenSet =
false;
137 bool m_logFormatHasBeenSet =
false;
138 bool m_enabledHasBeenSet =
false;
bool DestinationDetailsHasBeenSet() const
LogType GetLogType() const
LogFormat GetLogFormat() const
bool LogTypeHasBeenSet() const
const DestinationDetails & GetDestinationDetails() const
AWS_ELASTICACHE_API LogDeliveryConfigurationRequest(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetDestinationDetails(DestinationDetailsT &&value)
void SetLogFormat(LogFormat value)
DestinationType GetDestinationType() const
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
LogDeliveryConfigurationRequest & WithDestinationDetails(DestinationDetailsT &&value)
void SetDestinationType(DestinationType value)
AWS_ELASTICACHE_API LogDeliveryConfigurationRequest()=default
LogDeliveryConfigurationRequest & WithLogFormat(LogFormat value)
void SetLogType(LogType value)
LogDeliveryConfigurationRequest & WithEnabled(bool value)
LogDeliveryConfigurationRequest & WithDestinationType(DestinationType value)
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
LogDeliveryConfigurationRequest & WithLogType(LogType value)
bool EnabledHasBeenSet() const
bool DestinationTypeHasBeenSet() const
void SetEnabled(bool value)
AWS_ELASTICACHE_API LogDeliveryConfigurationRequest & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool LogFormatHasBeenSet() const
std::basic_ostream< char, std::char_traits< char > > OStream