public static UpdateTableResultUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new UpdateTableResultUnmarshaller();
     }
     return(instance);
 }
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            UpdateTableResponse response = new UpdateTableResponse();

            context.Read();

            response.UpdateTableResult = UpdateTableResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }