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

            response.WorkflowTypeInfos = WorkflowTypeInfosUnmarshaller.Instance.Unmarshall(context);

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

              context.Read();
              response.ListWorkflowTypesResult = ListWorkflowTypesResultUnmarshaller.GetInstance().Unmarshall(context);

              return response;
        }
 private static void UnmarshallResult(JsonUnmarshallerContext context,ListWorkflowTypesResponse response)
 {                   
   response.WorkflowTypeInfos = WorkflowTypeInfosUnmarshaller.GetInstance().Unmarshall(context);
   return;
 }