Contains the response data from the CountClosedWorkflowExecutions operation.
Inheritance: Amazon.Runtime.AmazonWebServiceResponse
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            CountClosedWorkflowExecutionsResponse response = new CountClosedWorkflowExecutionsResponse();

            response.WorkflowExecutionCount = WorkflowExecutionCountUnmarshaller.Instance.Unmarshall(context);

            return response;
        }
 public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
 {
   CountClosedWorkflowExecutionsResponse response = new CountClosedWorkflowExecutionsResponse();
   
   UnmarshallResult(context,response);          
   
   return response;
 }        
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            CountClosedWorkflowExecutionsResponse response = new CountClosedWorkflowExecutionsResponse();

              context.Read();
              response.CountClosedWorkflowExecutionsResult = CountClosedWorkflowExecutionsResultUnmarshaller.GetInstance().Unmarshall(context);

              return response;
        }
 private static void UnmarshallResult(JsonUnmarshallerContext context,CountClosedWorkflowExecutionsResponse response)
 {                   
   response.WorkflowExecutionCount = WorkflowExecutionCountUnmarshaller.GetInstance().Unmarshall(context);
   return;
 }