public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
{
AttachNetworkInterfaceResponse response = new AttachNetworkInterfaceResponse();
int originalDepth = context.CurrentDepth;
int targetDepth = originalDepth + 1;
if (context.IsStartOfDocument)
targetDepth = 2;
while (context.ReadAtDepth(originalDepth))
{
if (context.IsStartElement || context.IsAttribute)
{
if (context.TestExpression("attachmentId", targetDepth))
{
var unmarshaller = StringUnmarshaller.Instance;
response.AttachmentId = unmarshaller.Unmarshall(context);
continue;
}
}
}
return response;
}