Returns information about the DescribeWorkflowExecution response and response metadata.
Inheritance: Amazon.Runtime.AmazonWebServiceResponse
 public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
 {
   DescribeWorkflowExecutionResponse response = new DescribeWorkflowExecutionResponse();
   
   UnmarshallResult(context,response);          
   
   return response;
 }        
        /// <summary>
        /// Unmarshaller the response from the service to the response class.
        /// </summary>  
        /// <param name="context"></param>
        /// <returns></returns>
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            DescribeWorkflowExecutionResponse response = new DescribeWorkflowExecutionResponse();

            response.WorkflowExecutionDetail = WorkflowExecutionDetailUnmarshaller.Instance.Unmarshall(context);

            return response;
        }
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            DescribeWorkflowExecutionResponse response = new DescribeWorkflowExecutionResponse();

              context.Read();
              response.DescribeWorkflowExecutionResult = DescribeWorkflowExecutionResultUnmarshaller.GetInstance().Unmarshall(context);

              return response;
        }
 private static void UnmarshallResult(JsonUnmarshallerContext context,DescribeWorkflowExecutionResponse response)
 {                   
   response.WorkflowExecutionDetail = WorkflowExecutionDetailUnmarshaller.GetInstance().Unmarshall(context);
   return;
 }