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