示例#1
0
 public static ListJobsByStatusResultUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new ListJobsByStatusResultUnmarshaller();
     }
     return(instance);
 }
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            ListJobsByStatusResponse response = new ListJobsByStatusResponse();

            context.Read();

            response.ListJobsByStatusResult = ListJobsByStatusResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }