public static ModifyNetworkInterfaceAttributeResponse Unmarshall(UnmarshallerContext context) { ModifyNetworkInterfaceAttributeResponse modifyNetworkInterfaceAttributeResponse = new ModifyNetworkInterfaceAttributeResponse(); modifyNetworkInterfaceAttributeResponse.HttpResponse = context.HttpResponse; modifyNetworkInterfaceAttributeResponse.RequestId = context.StringValue("ModifyNetworkInterfaceAttribute.RequestId"); return(modifyNetworkInterfaceAttributeResponse); }
public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context) { ModifyNetworkInterfaceAttributeResponse response = new ModifyNetworkInterfaceAttributeResponse(); while (context.Read()) { } return(response); }
public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context) { ModifyNetworkInterfaceAttributeResponse response = new ModifyNetworkInterfaceAttributeResponse(); int originalDepth = context.CurrentDepth; int targetDepth = originalDepth + 1; if (context.IsStartOfDocument) targetDepth = 2; while (context.ReadAtDepth(originalDepth)) { if (context.IsStartElement || context.IsAttribute) { } } return response; }