Exemple #1
0
 public static CountOpenWorkflowExecutionsResultUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new CountOpenWorkflowExecutionsResultUnmarshaller();
     }
     return(instance);
 }
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            CountOpenWorkflowExecutionsResponse response = new CountOpenWorkflowExecutionsResponse();

            context.Read();
            response.CountOpenWorkflowExecutionsResult = CountOpenWorkflowExecutionsResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }