7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/ec2/model/CloudWatchLogOptionsSpecification.h>
56 bool m_cloudWatchLogOptionsHasBeenSet =
false;
AWS_EC2_API VpnTunnelLogOptionsSpecification()
VpnTunnelLogOptionsSpecification & WithCloudWatchLogOptions(const CloudWatchLogOptionsSpecification &value)
AWS_EC2_API VpnTunnelLogOptionsSpecification(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API VpnTunnelLogOptionsSpecification & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const CloudWatchLogOptionsSpecification & GetCloudWatchLogOptions() const
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetCloudWatchLogOptions(CloudWatchLogOptionsSpecification &&value)
VpnTunnelLogOptionsSpecification & WithCloudWatchLogOptions(CloudWatchLogOptionsSpecification &&value)
bool CloudWatchLogOptionsHasBeenSet() const
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetCloudWatchLogOptions(const CloudWatchLogOptionsSpecification &value)
std::basic_ostream< char, std::char_traits< char > > OStream