Home
last modified time | relevance | path

Searched refs:cloudwatchLogStreamNode (Results 1 – 2 of 2) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/source/model/
H A DConnectionLogResponseOptions.cpp58 XmlNode cloudwatchLogStreamNode = resultNode.FirstChild("CloudwatchLogStream"); in operator =() local
59 if(!cloudwatchLogStreamNode.IsNull()) in operator =()
61 … m_cloudwatchLogStream = Aws::Utils::Xml::DecodeEscapedXmlText(cloudwatchLogStreamNode.GetText()); in operator =()
H A DConnectionLogOptions.cpp58 XmlNode cloudwatchLogStreamNode = resultNode.FirstChild("CloudwatchLogStream"); in operator =() local
59 if(!cloudwatchLogStreamNode.IsNull()) in operator =()
61 … m_cloudwatchLogStream = Aws::Utils::Xml::DecodeEscapedXmlText(cloudwatchLogStreamNode.GetText()); in operator =()