public static CountClosedWorkflowExecutionsResultUnmarshaller GetInstance() { if (instance == null) { instance = new CountClosedWorkflowExecutionsResultUnmarshaller(); } return(instance); }
public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context) { CountClosedWorkflowExecutionsResponse response = new CountClosedWorkflowExecutionsResponse(); context.Read(); response.CountClosedWorkflowExecutionsResult = CountClosedWorkflowExecutionsResultUnmarshaller.GetInstance().Unmarshall(context); return(response); }